Merge pull request #6753 from jescalan/je.netlify-redirect-fix

Netlify Redirect Fixes
This commit is contained in:
Megan Marsh 2018-09-21 13:50:14 -07:00 committed by GitHub
commit 9fc7fa130b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -109,3 +109,7 @@ helpers do
return classes.join(" ")
end
end
# Netlify redirects/headers
proxy '_redirects', 'netlify-redirects', ignore: true
proxy '_headers', 'netlify-headers', ignore: true

View File

@ -21,3 +21,6 @@
/docs/platforms.html /docs/builders/index.html
/intro/platforms.html /docs/builders/index.html
/docs/templates/configuration-templates.html /docs/templates/engine.html
/docs/machine-readable/* /docs/commands/index.html
/docs/command-line/* /docs/commands/:splat
/docs/extend/* /docs/extending/:splat