Custom Routing
{
"routes": {
"/path/:any": {
"page": "/path/to/page"
},
"/path/:number(\\d+)": {
"page": "/path/to/another-page"
}
}
}Last updated
{
"routes": {
"/path/:any": {
"page": "/path/to/page"
},
"/path/:number(\\d+)": {
"page": "/path/to/another-page"
}
}
}Last updated