Fix 404 errors: Move favicon files to static directory and update all references

This commit is contained in:
2025-07-25 13:19:12 +02:00
parent 8f8c5f42ca
commit 5867e3eeb7
7 changed files with 8 additions and 8 deletions

View File

@@ -2,9 +2,9 @@ const CACHE_NAME = 'datumsrechner-cache-v1';
const urlsToCache = [
'/',
'/static/style.css',
'/favicon.ico',
'/favicon.png',
'/logo.svg',
'/static/favicon.ico',
'/static/favicon.png',
'/static/logo.svg',
];
self.addEventListener('install', event => {
event.waitUntil(