Skip to content

Commit 25f95fd

Browse files
committed
fix: patterns url 404
1 parent 3210706 commit 25f95fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/_constants/footer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const FOOTER_MENU_LINKS = (lang: string) => [
44
label: 'Home'
55
},
66
{
7-
path: `/${lang}/patterns`,
7+
path: `/${lang}/patterns/getting-started`,
88
label: 'Patterns'
99
},
1010
{

app/_constants/routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const ROUTES = {
22
home: '/',
3-
patterns: '/patterns',
3+
patterns: '/patterns/getting-started',
44
email: '/api/email',
55
} as const;

0 commit comments

Comments
 (0)