1 parent a50a71f commit e1dc2e3Copy full SHA for e1dc2e3
1 file changed
vite.config.ts
@@ -4,7 +4,7 @@ import tailwindcss from '@tailwindcss/vite';
4
import path from 'node:path';
5
6
export default defineConfig({
7
- base: '/naive-25d-renderer/',
+ base: '/25d-renderer/',
8
plugins: [solid(), tailwindcss()],
9
resolve: {
10
alias: {
0 commit comments