Skip to content

Commit 9b84436

Browse files
committed
fix: missing base
1 parent 885ddd7 commit 9b84436

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import tailwindcss from '@tailwindcss/vite'
88

99
// https://vite.dev/config/
1010
export default defineConfig({
11+
base: "/admin-one-vue-tailwind/",
1112
plugins: [vue(), vueDevTools(), tailwindcss()],
1213
resolve: {
1314
alias: {

0 commit comments

Comments
 (0)