mirror of
https://github.com/tabler/tabler.git
synced 2026-08-14 23:32:25 +04:00
init tabler website
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
[
|
||||
{ "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
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user