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 ad0ceb4 commit 561a83aCopy full SHA for 561a83a
astro.config.mjs
@@ -110,7 +110,8 @@ async function config() {
110
'/discovery/luma-bridge': `${basePath}/setup/discovery/luma-bridge`,
111
'/dropins/all/eventbus': `${basePath}/sdk/reference/events`,
112
'/dropins/other/recommendations': `${basePath}/dropins/recommendations`,
113
- '/dropins/other/search': `${basePath}/dropins/product-discovery`
+ '/dropins/other/search': `${basePath}/dropins/product-discovery`,
114
+ '/dropins/all/localizing': `${basePath}/dropins/all/labeling`
115
},
116
integrations: [
117
starlight({
0 commit comments