Skip to content

Commit 680e42b

Browse files
authored
Rename app from LRCLibTest to LRCGetter
1 parent 3b4acf9 commit 680e42b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Build/vite.config.mjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ import { defineConfig } from "vite";
33
import { VitePWA } from 'vite-plugin-pwa';
44

55
export default defineConfig({
6-
base: "./",
76
plugins: [
87
VitePWA({
98
registerType: 'autoUpdate',
109
includeAssets: ['robots.txt'],
1110
manifest: {
12-
name: 'LRCLibTest',
13-
short_name: 'LRCLibTest',
14-
start_url: './',
11+
name: 'LRCGetter',
12+
short_name: 'LRCGetter',
13+
start_url: '/LRCGetter/',
14+
scope: "/LRCGetter/",
1515
display: 'standalone',
1616
theme_color: '#00bfff',
1717
background_color: '#00bfff',
@@ -43,4 +43,4 @@ export default defineConfig({
4343
emptyOutDir: true,
4444
chunkSizeWarningLimit: 1000,
4545
},
46-
});
46+
});

0 commit comments

Comments
 (0)