mirror of
https://github.com/defnull/fediwall.git
synced 2024-11-21 23:23:14 +01:00
Build with a relative basedir by default
Tests show this works. If not, build with `npm run build --base=/your/base/`
This commit is contained in:
parent
8027e9187d
commit
23e64962be
@ -6,6 +6,7 @@ import viteCompression from 'vite-plugin-compression';
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
base: "./",
|
||||
plugins: [
|
||||
vue(), viteCompression()
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user