Skip to content

Commit 561a83a

Browse files
committed
fix: add redirect for old localizing topic
1 parent ad0ceb4 commit 561a83a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

astro.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ async function config() {
110110
'/discovery/luma-bridge': `${basePath}/setup/discovery/luma-bridge`,
111111
'/dropins/all/eventbus': `${basePath}/sdk/reference/events`,
112112
'/dropins/other/recommendations': `${basePath}/dropins/recommendations`,
113-
'/dropins/other/search': `${basePath}/dropins/product-discovery`
113+
'/dropins/other/search': `${basePath}/dropins/product-discovery`,
114+
'/dropins/all/localizing': `${basePath}/dropins/all/labeling`
114115
},
115116
integrations: [
116117
starlight({

0 commit comments

Comments
 (0)