Skip to content

Commit

Permalink
set permanent redirect to false
Browse files Browse the repository at this point in the history
  • Loading branch information
aacmal committed Aug 6, 2023
1 parent 71736f8 commit db0766a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,32 +11,32 @@ const config = {
{
source: '/',
destination: '/quran/surah',
permanent: true
permanent: false
},
{
source: '/juz',
destination: '/quran/juz',
permanent: true
permanent: false
},
{
source: '/surah',
destination: '/quran/surah',
permanent: true
permanent: false
},
{
source: '/surah/:id',
destination: '/quran/surah/:id',
permanent: true
permanent: false
},
{
source: '/surah/:id/:ayah',
destination: '/quran/surah/:id/:ayah',
permanent: true
permanent: false
},
{
source: '/juz/:id',
destination: '/quran/juz/:id',
permanent: true
permanent: false
}
]
},
Expand Down

0 comments on commit db0766a

Please sign in to comment.