File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -247,6 +247,7 @@ const config: Config = {
247
247
248
248
markdown : {
249
249
mermaid : true ,
250
+ hooks : { onBrokenMarkdownLinks : "warn" } ,
250
251
} ,
251
252
252
253
// Migrated legacy setting to markdown.hooks.onBrokenMarkdownLinks
@@ -270,11 +271,11 @@ const config: Config = {
270
271
customFields : {
271
272
gitToken : process . env . DOCUSAURUS_GIT_TOKEN ,
272
273
// Shopify credentials for merch store
273
- SHOPIFY_STORE_DOMAIN : process . env . SHOPIFY_STORE_DOMAIN || 'junh9v-gw.myshopify.com' ,
274
- SHOPIFY_STOREFRONT_ACCESS_TOKEN : process . env . SHOPIFY_STOREFRONT_ACCESS_TOKEN || '2503dfbf93132b42e627e7d53b3ba3e9' ,
275
- hooks : {
276
- onBrokenMarkdownLinks : "warn" ,
277
- } ,
274
+ SHOPIFY_STORE_DOMAIN :
275
+ process . env . SHOPIFY_STORE_DOMAIN || "junh9v-gw.myshopify.com" ,
276
+ SHOPIFY_STOREFRONT_ACCESS_TOKEN :
277
+ process . env . SHOPIFY_STOREFRONT_ACCESS_TOKEN ||
278
+ "2503dfbf93132b42e627e7d53b3ba3e9" ,
278
279
} ,
279
280
} ;
280
281
You can’t perform that action at this time.
0 commit comments