From 0ff5783ed7c67fc81b4ecdd02a5968b6485120c5 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 30 Jun 2025 11:41:16 +0200 Subject: [PATCH] chore: bump cache version --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index c0ef0f6..62cc0f5 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -16,7 +16,7 @@ export default defineConfig({ serviceWorker({ path: './src/sw.mjs', assetCachePrefix: 'ayco-personal-site', - assetCacheVersionID: '5', + assetCacheVersionID: 'sigma', logAssets: true, esbuild: { minify: true,