Skip to content

Commit 235b134

Browse files
committed
修改资源路径
1 parent fd15712 commit 235b134

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"version": "0.0.0",
55
"type": "module",
6-
"homepage": "https://xiguapopo67.github.io/musishare",
6+
"homepage": "https://infera-ai.github.io/melon-music-share/",
77
"scripts": {
88
"dev": "vite",
99
"build": "tsc && vite build",

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import react from '@vitejs/plugin-react'
44
// https://vitejs.dev/config/
55
export default defineConfig({
66
plugins: [react()],
7-
base: '/musishare/',
7+
base: '/melon-music-share/',
88
server: {
99
port: 3000,
1010
host: true

0 commit comments

Comments
 (0)