netlify redirect fixs

This commit is contained in:
Jeff Escalante 2018-09-21 12:16:35 -07:00
parent ed38fe9bef
commit 13357c519b
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/
/docs/extend/* /docs/extending/