From 0a84015943ed369457305d7dd44f79431892fab9 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Wed, 25 Sep 2024 23:57:59 -0400 Subject: [PATCH] update --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index d53283e..cd64cde 100644 --- a/app.js +++ b/app.js @@ -265,7 +265,7 @@ app.get('/sitemap.xml', (req, res) => { const lastModifiedDate = format(new Date(stats.birthtime), 'yyyy-MM-dd'); return { - url: `https://blog.raven-scott.fyi/${slug}`, + url: `/blog/${slug}`, lastmod: lastModifiedDate, changefreq: 'monthly', priority: 0.9