From 830a51c33447547ce167c6d6e0d0afcd661a2de5 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Wed, 25 Sep 2024 23:57:09 -0400 Subject: [PATCH] update --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index cd64cde..d53283e 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: `/blog/${slug}`, + url: `https://blog.raven-scott.fyi/${slug}`, lastmod: lastModifiedDate, changefreq: 'monthly', priority: 0.9