We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d620b05 commit 3c94c61Copy full SHA for 3c94c61
1 file changed
vite.config.ts
@@ -4,6 +4,9 @@ import { resolve } from "path";
4
export default defineConfig({
5
root: "src",
6
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/",
10
build: {
11
outDir: "../dist",
12
emptyOutDir: true,
0 commit comments