Serve all files and mime types.

This commit is contained in:
Dominik Pantůček 2025-04-01 11:09:57 +02:00
parent 03c744e9f1
commit 9805375421
2 changed files with 57 additions and 11 deletions

View file

@ -4,5 +4,4 @@ import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
base: '/brm/inv/dist',
})