Roland
01/10/2024, 7:52 AMkobweb run
Roland
01/10/2024, 8:17 AMexport {
addExtraRoute(
route = "/content/dynamicroute",
exportPath = "/content/dynamicroute/index.html"
)
}
David Herman
01/10/2024, 11:54 PMexport
block is probably the correct way to accomplish that.
You could also define stub @Page
entries which get exported and themselves just route to some dynamic page.