Skip to content

Commit d7e8532

Browse files
capJavertclaude
andcommitted
fix: add permanent redirect for release notes post with missing dash
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 54391cc commit d7e8532

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/webapp/next.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,11 @@ const nextConfig: NextConfig = {
215215
destination: '/tags/:path*',
216216
permanent: true,
217217
},
218+
{
219+
source: '/posts/release-notes-updates-live-jp5x9el1t',
220+
destination: '/posts/release-notes-updates-live--jp5x9el1t',
221+
permanent: true,
222+
},
218223
...oldPublicAssets.map((asset) => ({
219224
source: `/${asset}`,
220225
destination: `${

0 commit comments

Comments
 (0)