-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvercel.json
18 lines (18 loc) · 1.09 KB
/
vercel.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"redirects": [
{ "source": "/about-us.html", "destination": "/about/", "permanent": true },
{ "source": "/all-inclusive-resorts.html", "destination": "/", "permanent": false },
{ "source": "/disney.html", "destination": "/", "permanent": false },
{ "source": "/happy-clients.html", "destination": "/", "permanent": true },
{ "source": "/our-services.html", "destination": "/", "permanent": false },
{ "source": "/privacy-policy.html", "destination": "/privacy-policy/", "permanent": true },
{ "source": "/terms-and-conditions.html", "destination": "/terms-and-conditions/", "permanent": true },
{ "source": "/tickets.html", "destination": "/", "permanent": true },
{ "source": "/universal-orlando.html", "destination": "/", "permanent": false },
{ "source": "/cruises.html", "destination": "/", "permanent": false },
{ "source": "/authorization.html", "destination": "/", "permanent": true },
{ "source": "/guided-tours.html", "destination": "/", "permanent": true },
{ "source": "/faqs.html", "destination": "/", "permanent": true }
],
"trailingSlash": true
}