mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Add rewrite rule for mobile app URL (#1732)
This commit is contained in:
parent
9357a12bfe
commit
563b517bae
1 changed files with 4 additions and 0 deletions
|
|
@ -227,6 +227,10 @@ const nextConfig = {
|
|||
},
|
||||
async rewrites() {
|
||||
return [
|
||||
{
|
||||
source: '/fiscal-sponsorship/mobile-app/',
|
||||
destination: '/fiscal-sponsorship/mobile/'
|
||||
},
|
||||
{
|
||||
source: '/clubs/leaders-letters',
|
||||
destination: 'https://leaders-letters.vercel.app/'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue