diff --git a/app.js b/app.js index 71774ee..0c25ab6 100644 --- a/app.js +++ b/app.js @@ -242,9 +242,9 @@ app.get('/sitemap.xml', (req, res) => { // Static URLs (e.g., homepage, about, contact) const staticUrls = [ - { url: '/', changefreq: 'weekly', priority: 1.0 }, - { url: '/about', changefreq: 'monthly', priority: 0.8 }, - { url: '/contact', changefreq: 'monthly', priority: 0.8 } + { url: 'https://raven-scott.fyi/', changefreq: 'weekly', priority: 1.0 }, + { url: 'https://raven-scott.fyi/about', changefreq: 'monthly', priority: 0.8 }, + { url: 'https://raven-scott.fyi/contact', changefreq: 'monthly', priority: 0.8 } ]; // Dynamic URLs (e.g., blog posts)