Merge pull request #427 from ShoGinn/main

Config File Updates
This commit is contained in:
André B
2024-04-29 17:30:59 -04:00
committed by GitHub
2 changed files with 4 additions and 3 deletions

View File

@@ -16,5 +16,6 @@
}, },
"yaml.schemas": { "yaml.schemas": {
"./.vscode/astrowind/config-schema.json": "/src/config.yaml" "./.vscode/astrowind/config-schema.json": "/src/config.yaml"
} },
"eslint.experimental.useFlatConfig": true
} }

View File

@@ -4,6 +4,6 @@
[build.processing.html] [build.processing.html]
pretty_urls = false pretty_urls = false
[[headers]] [[headers]]
for = "/assets/*" for = "/_astro/*"
[headers.values] [headers.values]
Cache-Control = "public, max-age=31536000, immutable" Cache-Control = "public, max-age=31536000, immutable"