diff --git a/.vscode/settings.json b/.vscode/settings.json index f8324c6..ee40024 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -16,5 +16,6 @@ }, "yaml.schemas": { "./.vscode/astrowind/config-schema.json": "/src/config.yaml" - } + }, + "eslint.experimental.useFlatConfig": true } diff --git a/netlify.toml b/netlify.toml index 671b23a..cbc12db 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,6 +4,6 @@ [build.processing.html] pretty_urls = false [[headers]] - for = "/assets/*" + for = "/_astro/*" [headers.values] - Cache-Control = "public, max-age=31536000, immutable" \ No newline at end of file + Cache-Control = "public, max-age=31536000, immutable"