mo 1 vuosi sitten
vanhempi
commit
34665f6d25
3 muutettua tiedostoa jossa 9 lisäystä ja 9 poistoa
  1. 1 1
      dev-dist/sw.js
  2. BIN
      public/logo.png
  3. 8 8
      vite.config.ts

+ 1 - 1
dev-dist/sw.js

@@ -82,7 +82,7 @@ define(['./workbox-5357ef54'], (function (workbox) { 'use strict';
     "revision": "3ca0b8505b4bec776b69afdba2768812"
   }, {
     "url": "index.html",
-    "revision": "0.5a74efu4tpo"
+    "revision": "0.h9csem662mg"
   }], {});
   workbox.cleanupOutdatedCaches();
   workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {

BIN
public/logo.png


+ 8 - 8
vite.config.ts

@@ -82,15 +82,15 @@ export default defineConfig({
             type: 'image/png',
             purpose: 'any maskable'
           }
+        ],
+        prefer_related_applications: false,
+        related_applications: [
+          {
+            platform: 'webapp',
+            id: 'yyszkt',
+            url: './manifest.webmanifest'
+          }
         ]
-        // prefer_related_applications: false,
-        // related_applications: [
-        //   {
-        //     platform: 'webapp',
-        //     id: 'yyszkt',
-        //     url: './manifest.webmanifest'
-        //   }
-        // ]
       },
 
       devOptions: {