Used the new sitebuild tool to generate stuff.

This commit is contained in:
Zed A. Shaw 2025-07-04 14:36:24 -04:00
parent 49dc8cf330
commit 9961915c8c
15 changed files with 169 additions and 33 deletions

View file

@ -14,7 +14,6 @@ import (
"zedshaw.games/webapp/api"
"zedshaw.games/webapp/data"
"zedshaw.games/webapp/zed"
)
@ -30,8 +29,6 @@ func main() {
StrictRouting: true,
})
zed.RenderPages("./pages", "./public")
app.Use(logger.New())
app.Use(recov.New())