@@ -77,7 +82,7 @@ export function HomePage() {
{emptyText}
diff --git a/vite.config.mts b/vite.config.mts
index 43ab7947..8e4074f8 100644
--- a/vite.config.mts
+++ b/vite.config.mts
@@ -59,7 +59,7 @@ export default defineConfig(({ mode }) => {
registerType: "autoUpdate",
workbox: {
maximumFileSizeToCacheInBytes: 4000000, // 4mb
- globIgnores: ["**ping.txt**"],
+ globIgnores: ["!assets/**/*"],
},
includeAssets: [
"favicon.ico",