From fa046302d46512b6b72626ffcfcfb7aced4138d2 Mon Sep 17 00:00:00 2001 From: yorickshan Date: Tue, 12 Mar 2024 12:50:38 +0800 Subject: [PATCH] chore: base url --- .env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index 4203af5..44ce619 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1,2 @@ # base url -VITE_APP_BASE_URL = '/Three.js-Vue3-Boilerplate/' \ No newline at end of file +VITE_APP_BASE_URL = '/' \ No newline at end of file