mirror of
https://github.com/tabler/tabler.git
synced 2026-08-12 14:22:21 +04:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
[
|
|
{ "source": "/tabler(.html)?", "destination": "/", "permanent": true },
|
|
{ "source": "/faq", "destination": "/docs/getting-started/faq", "permanent": true },
|
|
{ "source": "/documentation", "destination": "/docs", "permanent": true },
|
|
{ "source": "/docs", "destination": "/docs/getting-started", "permanent": true },
|
|
{ "source": "/docs/index", "destination": "/docs/getting-started", "permanent": true },
|
|
{ "source": "/licence", "destination": "/license", "permanent": true },
|
|
{ "source": "/documentation", "destination": "/docs", "permanent": true },
|
|
{
|
|
"source": "/:name(emails|emails/gallery|gallery|terms-of-service|privacy-policy|license?).html",
|
|
"destination": "/:name",
|
|
"permanent": true
|
|
},
|
|
{
|
|
"source": "/:name(customer-service-email|html-email-best-practices|reset-password-good-practise|responsive-emails|user-invitation-email?)(.html)?",
|
|
"destination": "/guides/:name",
|
|
"permanent": true
|
|
},
|
|
{
|
|
"source": "/guides/customer-service-email",
|
|
"destination": "/guides/how-to-improve-your-customer-service-with-emails",
|
|
"permanent": true
|
|
},
|
|
{
|
|
"source": "/guides/responsive-emails",
|
|
"destination": "/guides/how-to-create-a-responsive-email",
|
|
"permanent": true
|
|
},
|
|
{
|
|
"source": "/guides/user-invitation-email",
|
|
"destination": "/guides/user-invitation-email-best-practises",
|
|
"permanent": true
|
|
}
|
|
]
|