diff --git a/netlify.toml b/netlify.toml index 0b750199b..a06d2842e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -12,12 +12,12 @@ [[headers]] for = "/*.ico" [headers.values] - Cache-Control = "public, s-max-age=1604800, immutable" + Cache-Control = "public, s-max-age=31536000, immutable" [[headers]] for = "/*.png" [headers.values] - Cache-Control = "public, s-max-age=1604800, immutable" + Cache-Control = "public, s-max-age=31536000, immutable" [[headers]] for = "/*.webp" diff --git a/website/package-lock.json b/website/package-lock.json index e3d43afa8..a8034cde6 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@astrojs/starlight": "^0.34.4", - "astro": "^5.9.3", + "astro": "^5.10.0", "sharp": "^0.34.2" }, "engines": { @@ -1879,9 +1879,9 @@ } }, "node_modules/astro": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.9.3.tgz", - "integrity": "sha512-VReZrpUa/3rfeiVvsQ1A2M3ujDPI+pDGIYOMtXPEZwut8tZoEyealXXLjitgCsJ+3dunKGZbg4Eak6i+r0vniw==", + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.10.0.tgz", + "integrity": "sha512-g/t54kVzQnFVijs+GbbbX/NBAFTl/3yNAEA/AQYq4FumLLVv7n4BIF+jKhcPGn9iFGyT1Cjvr7KB/qYyNvHEIg==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", diff --git a/website/package.json b/website/package.json index 27280ce40..bc582c59f 100644 --- a/website/package.json +++ b/website/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.34.4", - "astro": "^5.9.3", + "astro": "^5.10.0", "sharp": "^0.34.2" }, "engines": {