fix: small fixes

This commit is contained in:
Iain Learmonth 2026-06-22 15:32:01 +01:00
parent f4b890b6b3
commit 3d40ff7912
4 changed files with 14 additions and 21 deletions

View file

@ -3,6 +3,7 @@ import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
base: '/ui/',
plugins: [react()],
server: {
proxy: {