Skip to content

Commit

Permalink
Merge pull request #33 from dreampipcom/dev
Browse files Browse the repository at this point in the history
fix services redirect
  • Loading branch information
angeloreale authored Aug 7, 2024
2 parents 1dbd398 + 76b6b1f commit f0978d1
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 @@ -14,13 +14,13 @@ const nextConfig = {
async redirects() {
return [
{
source: '/services/hypnos',
destination: '/services/hypnos/list',
source: '/dash/services/hypnos',
destination: '/dash/services/hypnos/list',
permanent: false,
},
{
source: '/services/rickmorty',
destination: '/services/rickmorty/list',
source: '/dash/services/rickmorty',
destination: '/dash/services/rickmorty/list',
permanent: false,
},
// {
Expand Down

0 comments on commit f0978d1

Please sign in to comment.