From b97c7f685ed70d9add55301d1169478e52b57801 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Fri, 13 Feb 2026 10:44:39 -0800 Subject: Fix frontend asset base path and add regression test for serving frontend --- frontend/vite.config.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend/vite.config.ts') diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 1a17086..e04aec1 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -5,6 +5,7 @@ import react from '@vitejs/plugin-react' // https://vite.dev/config/ export default defineConfig({ plugins: [react()], + base: '/v2/', server: { proxy: { '/api': 'http://127.0.0.1:4994', -- cgit v1.2.3