From fd75b4f855df1eab29cf3b641281e99807d9da14 Mon Sep 17 00:00:00 2001 From: Bloomy <90511192+BloomyInDev@users.noreply.github.com> Date: Wed, 11 Oct 2023 11:57:40 +0200 Subject: [PATCH] Change to deploy to my subdomain --- vite.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index 724d8ff..eb7b5e9 100644 --- a/vite.config.js +++ b/vite.config.js @@ -5,7 +5,6 @@ import vue from '@vitejs/plugin-vue' // https://vitejs.dev/config/ export default defineConfig({ plugins: [vue()], - base: '/MotuWeb/', resolve: { alias: { '@': fileURLToPath(new URL('./src', import.meta.url))