We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb756c4 commit 755d789Copy full SHA for 755d789
docusaurus.config.ts
@@ -269,7 +269,7 @@ const config: Config = {
269
270
// ✅ Add this customFields object to expose the token to the client-side
271
customFields: {
272
- gitToken: process.env.DOCUSAURUS_GIT_TOKEN,
+ gitToken: process.env.DOCUSAURUS_GIT_TOKEN || process.env.GITHUB_TOKEN,
273
// Shopify credentials for merch store
274
SHOPIFY_STORE_DOMAIN:
275
process.env.SHOPIFY_STORE_DOMAIN || "junh9v-gw.myshopify.com",
0 commit comments