Skip to content

Commit b692d57

Browse files
committed
Update base path in Vite configuration for deployment
1 parent 9c30f9b commit b692d57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ import { defineConfig } from 'vite'
22
import tailwindcss from '@tailwindcss/vite'
33
export default defineConfig({
44
plugins: [tailwindcss()],
5+
base: '/treemind/',
56
})

0 commit comments

Comments
 (0)