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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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