From 483547854abbb7b43df30223a8af8e8b1a3bd83a Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Thu, 4 Jan 2024 20:49:01 +0800 Subject: [PATCH] build: rebuild --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 5a16eed4..650aeb35 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -5,7 +5,7 @@ import vue from '@vitejs/plugin-vue' // https://vitejs.dev/config/ export default defineConfig({ - base: './', + base: '', plugins: [ vue(), ],