Skip to content

Commit

Permalink
update redirect to include path
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Jun 17, 2024
1 parent e4cfad3 commit e2a427e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const nextConfig = {
permanent: true
},
{
source: '/r',
destination: '/',
source: '/r/:path*',
destination: 'https://reddit-viewer.com/r/:path*',
permanent: true
}
]
Expand Down

0 comments on commit e2a427e

Please sign in to comment.