Making the path to the web client relative

This commit is contained in:
Filipi Fuchter
2025-06-14 21:07:15 -03:00
parent 70eadee0aa
commit eceaf8a46b

View File

@@ -2,6 +2,7 @@ import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react-swc';
export default defineConfig({
base: "./", //Use relative paths so it works at any mount path
plugins: [react()],
server: {
proxy: {