Skip to content

Commit cda6538

Browse files
author
Roshan Jossy
authored
Merge pull request #18 from firstcontributions/feeds
2 parents a3921fc + f986f83 commit cda6538

35 files changed

+2322
-9923
lines changed

next.config.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@ const nextConfig = {
1212
return [
1313
{
1414
source: '/@:handle([a-zA-Z0-9]+)/:id*',
15-
destination: "/users/:handle/:id*",
16-
}
15+
destination: '/users/:handle/:id*',
16+
},
17+
{
18+
source: '/story/:id([a-zA-Z0-9=+-/]+)___:suffix*',
19+
destination: '/story/:id',
20+
},
1721
]
18-
}
22+
},
1923
}
2024

2125
module.exports = nextConfig

0 commit comments

Comments
 (0)