From ae07ef70eefe18e0c9d562c04eaaf47482c5900f Mon Sep 17 00:00:00 2001 From: Litl Toast Date: Wed, 12 Apr 2023 21:49:33 -0400 Subject: [PATCH] fixing sitemap --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 18b4f6e..0c7164b 100644 --- a/config.toml +++ b/config.toml @@ -514,9 +514,9 @@ ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"] # Sitemap config [sitemap] - changefreq = "weekly" + changefreq = "daily" filename = "sitemap.xml" - priority = 0.5 + priority = -1 # Permalinks config (https://gohugo.io/content-management/urls/#permalinks) [Permalinks]