Move the _redirects file to the public dir

This commit is contained in:
Trevor Blades
2019-04-23 13:55:25 -07:00
parent a48f9401b7
commit 6c7826c046

View File

@@ -1,6 +1,6 @@
[build]
base = "docs/"
publish = "docs/public/"
command = "gatsby build --prefix-paths && mkdir -p docs && mv public/* docs && mv docs public/"
command = "gatsby build --prefix-paths && mkdir -p docs && mv public/* docs && mv docs public/ && mv public/docs/_redirects public"
[build.environment]
NPM_VERSION = "6"