mirror of
https://github.com/tabler/tabler.git
synced 2026-08-06 19:32:22 +04:00
7305d84f2a
Co-authored-by: Cursor <cursoragent@cursor.com>
16 lines
253 B
JSON
16 lines
253 B
JSON
{
|
|
"routes": [
|
|
{
|
|
"src": "/marketing",
|
|
"status": 308,
|
|
"headers": { "Location": "/marketing.html" }
|
|
},
|
|
{ "handle": "filesystem" },
|
|
{
|
|
"src": "/(.*)",
|
|
"status": 404,
|
|
"dest": "/error-404.html"
|
|
}
|
|
]
|
|
}
|