From 61b215436b5c8c842cf7bc1dd26cede4bbf7dd78 Mon Sep 17 00:00:00 2001 From: maddalax Date: Wed, 30 Oct 2024 13:29:20 -0500 Subject: [PATCH] cleanup --- htmgo-site/htmgo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htmgo-site/htmgo.yml b/htmgo-site/htmgo.yml index 2aa7802..926ab7d 100644 --- a/htmgo-site/htmgo.yml +++ b/htmgo-site/htmgo.yml @@ -11,4 +11,4 @@ watch_files: ["**/*.go", "**/*.css", "**/*.md"] # files or directories to ignore when automatically registering routes for pages # supports glob patterns through https://github.com/bmatcuk/doublestar -automatic_page_routing_ignore: ["base/root.go", "docs2/base.go"] +automatic_page_routing_ignore: ["base/root.go", "docs/base.go"]