diff --git a/nuxt.config.ts b/nuxt.config.ts index 69a50f2..8681752 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -8,7 +8,7 @@ export default defineNuxtConfig({ isEnabled: true, disableServerSideAuth: false, originEnvKey: 'AUTH_ORIGIN', - baseURL: 'http://localhost:3000/api/auth', + baseURL: 'https://itsukikigoshi.github.io/shinonome-bunko/api/auth', provider: { type: 'authjs', trustHost: false,