Skip to content

Commit

Permalink
refactor: Add note
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsukiKigoshi committed Feb 12, 2025
1 parent 3232502 commit cedaf10
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: 'https://itsukikigoshi.github.io/shinonome-bunko/api/auth',
baseURL: 'https://itsukikigoshi.github.io/shinonome-bunko/api/auth', // should be replaced with a domain matching the environment
provider: {
type: 'authjs',
trustHost: false,
Expand Down

0 comments on commit cedaf10

Please sign in to comment.