Skip to content

Commit 3c94c61

Browse files
committed
temp test
1 parent d620b05 commit 3c94c61

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

vite.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ import { resolve } from "path";
44
export default defineConfig({
55
root: "src",
66
publicDir: "../public",
7+
// For GitHub Pages without custom domain, use repo name as base
8+
// Change to "/" when using custom domain (app.music-assistant.io)
9+
base: "/app.music-assistant.io/",
710
build: {
811
outDir: "../dist",
912
emptyOutDir: true,

0 commit comments

Comments
 (0)