Don't set vite base path from env

This commit is contained in:
fk 2024-03-02 21:49:24 +01:00
parent 85b92407db
commit 3e7359f9cf
2 changed files with 0 additions and 2 deletions

1
.env
View file

@ -1,4 +1,3 @@
VITE_PIPED_API=https://pipedapi.kavin.rocks
VITE_PIPED_PROXY=https://pipedproxy.kavin.rocks
VITE_PIPED_INSTANCES=https://piped-instances.kavin.rocks/
VITE_BASE_URL=/

View file

@ -9,7 +9,6 @@ import eslintPlugin from "vite-plugin-eslint";
// https://vitejs.dev/config/
export default defineConfig({
base: process.env.VITE_BASE_URL,
plugins: [
vue(),
Unocss(),