netlify redirect fixs
This commit is contained in:
parent
ed38fe9bef
commit
13357c519b
|
@ -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/
|
||||
/docs/extend/* /docs/extending/
|
Loading…
Reference in New Issue