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 = {
247247
248248 markdown : {
249249 mermaid : true ,
250+ hooks : { onBrokenMarkdownLinks : "warn" } ,
250251 } ,
251252
252253 // Migrated legacy setting to markdown.hooks.onBrokenMarkdownLinks
@@ -270,11 +271,11 @@ const config: Config = {
270271 customFields : {
271272 gitToken : process . env . DOCUSAURUS_GIT_TOKEN ,
272273 // 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" ,
278279 } ,
279280} ;
280281
You can’t perform that action at this time.
0 commit comments