Skip to content

Commit c4ba38a

Browse files
committed
set repo public path as base
1 parent 5e65ec9 commit c4ba38a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import tailwindcss from "@tailwindcss/vite"
66
// https://vite.dev/config/
77
export default defineConfig({
88
plugins: [react(), tailwindcss()],
9+
base: '/melk-map',
910
resolve: {
1011
alias: {
1112
"@": path.resolve(__dirname, "./client"),

0 commit comments

Comments
 (0)