Merge remote-tracking branch 'upstream/main'

This commit is contained in:
Hk-Gosuto
2024-01-31 11:38:13 +08:00
65 changed files with 268 additions and 217 deletions

View File

@@ -89,6 +89,8 @@ export const getServerSideConfig = () => {
googleApiKey: process.env.GOOGLE_API_KEY,
googleBaseUrl: process.env.GOOGLE_BASE_URL,
gtmId: process.env.GTM_ID,
needCode: ACCESS_CODES.size > 0,
code: process.env.CODE,
codes: ACCESS_CODES,