Move project files from volcan-antigua-roasters/ to repo root
The repo is named volcanantiguaroasters, so the extra subfolder wrapper was redundant. Flattens the layout in preparation for merging into main.
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
[build]
|
||||
publish = "."
|
||||
|
||||
[[headers]]
|
||||
for = "/*"
|
||||
[headers.values]
|
||||
X-Frame-Options = "DENY"
|
||||
X-Content-Type-Options = "nosniff"
|
||||
Referrer-Policy = "strict-origin-when-cross-origin"
|
||||
Permissions-Policy = "geolocation=(), microphone=(), camera=()"
|
||||
|
||||
[[headers]]
|
||||
for = "/assets/*"
|
||||
[headers.values]
|
||||
Cache-Control = "public, max-age=31536000, immutable"
|
||||
|
||||
[[headers]]
|
||||
for = "/*.html"
|
||||
[headers.values]
|
||||
Cache-Control = "public, max-age=3600, must-revalidate"
|
||||
|
||||
[[headers]]
|
||||
for = "/"
|
||||
[headers.values]
|
||||
Cache-Control = "public, max-age=3600, must-revalidate"
|
||||
Reference in New Issue
Block a user