Custom Routes
Usage
git clone https://github.com/traveloka/soya-next.git
cd soya-next/examples/custom-routesnpm install
npm startHow It Works
{
"routes": {
"/path/:param1/:param2": {
"page": "/path/to/custom-page"
}
}
}Last updated