Skip to content

Commit

Permalink
refactor: Update nuxt.config.ts to use production API endpoint for au…
Browse files Browse the repository at this point in the history
…thentication
  • Loading branch information
ItsukiKigoshi committed Feb 12, 2025
1 parent 3213508 commit 3232502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3232502

Please sign in to comment.