Synticore Builder Guide - URL Modes Example
Purpose
This page shows how option.url.clean and option.url.trailing_slash affect generated links.
Example
{
"option": {
"url": {
"clean": true,
"trailing_slash": true
}
}
}
Behavior
clean: truegenerates links without.html.trailing_slash: trueemits directory-style URLs.- For mixed hosting setups, make sure server rewrite rules match the generated URL style.