From 9a7a25338570131892abe0bb6efc35af6761f810 Mon Sep 17 00:00:00 2001 From: Piotr Rogowski Date: Thu, 20 Oct 2022 00:37:10 +0200 Subject: [PATCH] Include icons --- .env | 1 - vite.config.ts | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 1d9843f..6984558 100644 --- a/.env +++ b/.env @@ -3,5 +3,4 @@ VITE_ENVIRONMENT=development VITE_WEB_URL=http://localhost:5173 VITE_SENTRY_DSN= VITE_GTM_ID= - VITE_POCKETBASE_API_URL="https://api.hypertuner.cloud" diff --git a/vite.config.ts b/vite.config.ts index c3b7487..f91637d 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -41,6 +41,7 @@ export default defineConfig({ devOptions: { enabled: true, }, + includeAssets: ['icons/icon.ico', 'icons/icon.png'], manifest: { name: 'HyperTuner Cloud', short_name: 'HyperTuner Cloud',