Merge remote

This commit is contained in:
Hk-Gosuto
2023-12-25 12:40:09 +08:00
parent da29a94714
commit fa2e046285
16 changed files with 47 additions and 31 deletions

View File

@@ -29,7 +29,7 @@ declare global {
// google only
GOOGLE_API_KEY?: string;
GOOGLE_URL?: string;
GOOGLE_BASE_URL?: string;
}
}
}
@@ -87,7 +87,7 @@ export const getServerSideConfig = () => {
isGoogle,
googleApiKey: process.env.GOOGLE_API_KEY,
googleUrl: process.env.GOOGLE_URL,
googleBaseUrl: process.env.GOOGLE_BASE_URL,
needCode: ACCESS_CODES.size > 0,
code: process.env.CODE,