Map a route path to its output HTML file path.
/ → <out>/index.html; /blog/hello → <out>/blog/hello/index.html (clean URLs).
/
<out>/index.html
/blog/hello
<out>/blog/hello/index.html
The route path.
The output directory (defaults to dist/).
dist/
The absolute file path.
Map a route path to its output HTML file path.
/→<out>/index.html;/blog/hello→<out>/blog/hello/index.html(clean URLs).