all working
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import tailwindcss from '@tailwindcss/vite'
|
||||
|
||||
export default defineConfig({
|
||||
base: './'
|
||||
base: './',
|
||||
plugins: [
|
||||
tailwindcss()
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user