fix: Allow serving at any subpath
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ashhhleyyy 2022-07-05 10:57:13 +01:00
parent 85b7db835f
commit 9f71bcfbfd
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

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