From 83e901491f05037f3181f772bed7e93ad1477eb5 Mon Sep 17 00:00:00 2001 From: Raphael Forment Date: Tue, 19 Dec 2023 19:38:32 +0100 Subject: [PATCH] temp push --- manifest.webmanifest | 8 ++++---- vite.config.js | 2 -- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/manifest.webmanifest b/manifest.webmanifest index 1e9a087..e0633b8 100644 --- a/manifest.webmanifest +++ b/manifest.webmanifest @@ -3,12 +3,12 @@ "short_name": "Topos", "icons": [ { - "src": "src/assets/android-chrome-192x192.png", + "src": "favicon/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, { - "src": "src/assets/android-chrome-512x512.png", + "src": "favicon/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" } @@ -21,14 +21,14 @@ "description": "Topos is a web based live coding platform", "screenshots": [ { - "src": "src/assets/screenshot_miniature.png", + "src": "favicon/screenshot_miniature.png", "sizes": "640x320", "type": "image/gif", "form_factor": "wide", "label": "Topos application" }, { - "src": "src/assets/topos_code.png", + "src": "favicon/topos_code.png", "sizes": "1280x768", "type": "image/gif", "label": "Topos code" diff --git a/vite.config.js b/vite.config.js index a493faf..1469ba3 100644 --- a/vite.config.js +++ b/vite.config.js @@ -55,7 +55,6 @@ export default defineConfig(({ command, mode, ssrBuild }) => { cssCodeSplit: true, cssMinify: true, minify: true, - publicDir: "favicon", } }; } else { @@ -68,7 +67,6 @@ export default defineConfig(({ command, mode, ssrBuild }) => { cssCodeSplit: true, cssMinify: true, minify: true, - publicDir: "favicon", }, }; }