Skip to content

Commit 559304d

Browse files
authored
fix cf workers integration 404 (#12597)
closes #12596
1 parent 9a7667c commit 559304d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

redirects.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,10 @@ const developerDocsRedirects = [
218218

219219
/** @type {import('next/dist/lib/load-custom-routes').Redirect[]} */
220220
const userDocsRedirects = [
221+
{
222+
source: '/organization/integrations/cloudflare-workers/',
223+
destination: '/organization/integrations/cloud-monitoring/cloudflare-workers/',
224+
},
221225
{
222226
source: '/account/require-2fa/',
223227
destination: '/organization/authentication/two-factor-authentication/',

0 commit comments

Comments
 (0)