We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd15712 commit 235b134Copy full SHA for 235b134
package.json
@@ -3,7 +3,7 @@
3
"private": true,
4
"version": "0.0.0",
5
"type": "module",
6
- "homepage": "https://xiguapopo67.github.io/musishare",
+ "homepage": "https://infera-ai.github.io/melon-music-share/",
7
"scripts": {
8
"dev": "vite",
9
"build": "tsc && vite build",
vite.config.ts
@@ -4,7 +4,7 @@ import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
- base: '/musishare/',
+ base: '/melon-music-share/',
server: {
port: 3000,
10
host: true
0 commit comments