fix: enable Google and GitHub login options in website configuration

This commit is contained in:
javayhu 2025-04-23 01:03:30 +08:00
parent b461f2f079
commit 38865a6069

View File

@ -34,8 +34,8 @@ export const websiteConfig: WebsiteConfig = {
enableSpeedInsights: false,
},
auth: {
disableGoogleLogin: true,
disableGithubLogin: true,
disableGoogleLogin: false,
disableGithubLogin: false,
},
i18n: {
defaultLocale: 'en',