mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-24 00:41:41 -04:00
Merge pull request #6753 from jescalan/je.netlify-redirect-fix
Netlify Redirect Fixes
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user