From e58cd43b053d09e3a92134fd0fec5f71824648ba Mon Sep 17 00:00:00 2001 From: Irwan Cahyono Date: Thu, 7 Aug 2025 15:34:42 +0700 Subject: [PATCH] ubah nuxt config --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 361a94a..b8fb3b3 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -1,5 +1,6 @@ export default defineNuxtConfig({ app: { + baseURL: '/', head: { title: 'Freekake Admin', titleTemplate: '%s | Freekake Admin', @@ -63,7 +64,6 @@ export default defineNuxtConfig({ clientId: process.env.CLIENT_ID, clientSecret: process.env.CLIENT_SECRET, }, - baseURL: process.env.API_BASE_URL, }, devtools: {