We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 885ddd7 commit 9b84436Copy full SHA for 9b84436
vite.config.js
@@ -8,6 +8,7 @@ import tailwindcss from '@tailwindcss/vite'
8
9
// https://vite.dev/config/
10
export default defineConfig({
11
+ base: "/admin-one-vue-tailwind/",
12
plugins: [vue(), vueDevTools(), tailwindcss()],
13
resolve: {
14
alias: {
0 commit comments