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 5e65ec9 commit c4ba38aCopy full SHA for c4ba38a
vite.config.ts
@@ -6,6 +6,7 @@ import tailwindcss from "@tailwindcss/vite"
6
// https://vite.dev/config/
7
export default defineConfig({
8
plugins: [react(), tailwindcss()],
9
+ base: '/melk-map',
10
resolve: {
11
alias: {
12
"@": path.resolve(__dirname, "./client"),
0 commit comments