ubah nuxt config

This commit is contained in:
Irwan Cahyono 2025-08-07 15:34:42 +07:00
parent aa12946bb7
commit e58cd43b05

View File

@ -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: {