Skip to content

Commit e1dc2e3

Browse files
committed
fix
1 parent a50a71f commit e1dc2e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import tailwindcss from '@tailwindcss/vite';
44
import path from 'node:path';
55

66
export default defineConfig({
7-
base: '/naive-25d-renderer/',
7+
base: '/25d-renderer/',
88
plugins: [solid(), tailwindcss()],
99
resolve: {
1010
alias: {

0 commit comments

Comments
 (0)