diff --git a/public/img/icons/app-icon.psd b/resources/app-icon.psd similarity index 100% rename from public/img/icons/app-icon.psd rename to resources/app-icon.psd diff --git a/vite.config.ts b/vite.config.ts index ea217fd..cef8be9 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -9,6 +9,9 @@ import { description, appDeployName } from './package.json' // https://vitejs.dev/config/ export default defineConfig({ base: `/${appDeployName}/`, + build: { + chunkSizeWarningLimit: 5242880 + }, plugins: [ vue(), VitePWA({