Skip to content

Commit 9719fc1

Browse files
committed
fix: Redirect /climbs/... to /climb/...
Fixes: 1337
1 parent c8f00ae commit 9719fc1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

next.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ module.exports = {
7070
destination: '/area/:uuid/',
7171
permanent: true
7272
},
73+
{
74+
source: '/climbs/:uuid',
75+
destination: '/climb/:uuid/',
76+
permanent: true
77+
},
7378
{
7479
source: '/crag/:uuid',
7580
destination: '/area/:uuid/',

0 commit comments

Comments
 (0)