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 41fdcbc commit 95cd6f8Copy full SHA for 95cd6f8
src/redirects.tsx
@@ -4,6 +4,7 @@ import type { RouteObject } from 'react-router-dom';
4
export const redirectMap: Record<string, string> = {
5
'/go/Sugar_Labs/Donate': '/donate',
6
'/booting-soas': '/bootablesoas',
7
+ '/community-news': '/news/community-news',
8
9
// Example redirects:
10
// '/old-path-1': '/new-path-1',
0 commit comments