We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4acf9 commit 680e42bCopy full SHA for 680e42b
1 file changed
Build/vite.config.mjs
@@ -3,15 +3,15 @@ import { defineConfig } from "vite";
3
import { VitePWA } from 'vite-plugin-pwa';
4
5
export default defineConfig({
6
- base: "./",
7
plugins: [
8
VitePWA({
9
registerType: 'autoUpdate',
10
includeAssets: ['robots.txt'],
11
manifest: {
12
- name: 'LRCLibTest',
13
- short_name: 'LRCLibTest',
14
- start_url: './',
+ name: 'LRCGetter',
+ short_name: 'LRCGetter',
+ start_url: '/LRCGetter/',
+ scope: "/LRCGetter/",
15
display: 'standalone',
16
theme_color: '#00bfff',
17
background_color: '#00bfff',
@@ -43,4 +43,4 @@ export default defineConfig({
43
emptyOutDir: true,
44
chunkSizeWarningLimit: 1000,
45
},
46
-});
+});
0 commit comments