瀏覽代碼

update manifest

AykutSarac 2 年之前
父節點
當前提交
357de1e691
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      public/manifest.json

+ 2 - 2
public/manifest.json

@@ -10,13 +10,13 @@
   "start_url": "/editor",
   "start_url": "/editor",
   "icons": [
   "icons": [
     {
     {
-      "src": "/assets/192.png",
+      "src": "assets/192.png",
       "sizes": "192x192",
       "sizes": "192x192",
       "type": "image/png"
       "type": "image/png"
     },
     },
 
 
     {
     {
-      "src": "/assets/512.png",
+      "src": "assets/512.png",
       "sizes": "512x512",
       "sizes": "512x512",
       "type": "image/png"
       "type": "image/png"
     }
     }