docs: fixed search url error (#2397)

This commit is contained in:
Shahed Nasser
2022-10-10 16:28:39 +03:00
committed by GitHub
parent 9bc57abca3
commit d794c9b86c

View File

@@ -46,6 +46,7 @@ const config = {
placeholder: "Search docs...",
appId: algoliaAppId,
contextualSearch: false,
externalUrlRegex: "https://medusajs.com"
},
prism: {
defaultLanguage: "js",