Merge pull request #6753 from jescalan/je.netlify-redirect-fix
Netlify Redirect Fixes
This commit is contained in:
commit
9fc7fa130b
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue