docs: redirect http -> https (#10900)

* docs: redirect http -> https

* fix issues
This commit is contained in:
Maxime Beauchemin
2020-09-16 08:24:08 -07:00
committed by GitHub
parent 9246c9bdaf
commit 3b035d2af3
5 changed files with 41 additions and 23 deletions

View File

@@ -46,7 +46,7 @@
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"build": "gatsby build && cp .htaccess public/",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,mdx}\"",
"start": "npm run develop",