From bca47cc9020715fc833540b452acce166782a67d Mon Sep 17 00:00:00 2001 From: Scott <2660603+ShoGinn@users.noreply.github.com> Date: Sun, 28 Apr 2024 16:39:51 -0400 Subject: [PATCH 1/2] refactor: netlify.toml to meet intent Match vercel and _headers --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" From c22acab21e1c66bd65f54f63049f529155639d74 Mon Sep 17 00:00:00 2001 From: Scott <2660603+ShoGinn@users.noreply.github.com> Date: Sun, 28 Apr 2024 16:41:34 -0400 Subject: [PATCH 2/2] chore: enable eslint flatConfig for vscode Experimental Feature currently.. --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }