fix(vite): set base to /

This commit is contained in:
/home/neo
2026-03-17 22:20:04 +03:00
committed by GitHub
parent 9d22d4d38c
commit 48448157a3

View File

@@ -1,5 +1,5 @@
import { defineConfig } from 'vite'
export default defineConfig({
base: '/website/',
base: '/',
})