use pointer to config in builder & templates
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M templates/error.templ → templates/error.templ
@@ -6,7 +6,7 @@ "website/internal/http" "strconv" ) -templ Error(config config.Config, path string, err *http.Error) { +templ Error(config *config.Config, path string, err *http.Error) { @Page(config, PageSettings{ Title: "Error", Path: path,