From 9f9ec8fb019a7fb105aaa36fe45fc5c3d916abd3 Mon Sep 17 00:00:00 2001 From: 25Ericcheong Date: Sat, 4 May 2024 11:01:53 +0800 Subject: [PATCH] fix: Another possible fix - related to updating to naem of domain --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index ce7faf7..eb305e4 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -15,5 +15,5 @@ export default defineConfig({ "@": fileURLToPath(new URL("./src", import.meta.url)), }, }, - base: "./dist", + base: "/binqdessert/", });