Skip to content

Commit

Permalink
ar(fix): services
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloreale committed Aug 21, 2024
1 parent 5ec790a commit 707cecf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ const nextConfig = {
async redirects() {
return [
{
source: '/dash/services/hypnos',
destination: '/dash/services/hypnos/list',
source: '/dash/services/:service',
destination: '/dash/services/:service/list',
permanent: false,
},
{
source: '/dash/services/rickmorty',
destination: '/dash/services/rickmorty/list',
source: '/:locale/dash/services/:service',
destination: '/:locale/dash/services/:service/list',
permanent: false,
},
{
Expand Down

0 comments on commit 707cecf

Please sign in to comment.