Add rewrite rule for mobile app URL (#1732)

This commit is contained in:
Mohamad Mortada 2025-12-02 20:41:57 -08:00 committed by GitHub
parent 9357a12bfe
commit 563b517bae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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/'