upstream #1

Merged
jblu merged 1007 commits from upstream into main 2024-11-04 22:35:57 -06:00
Showing only changes of commit 360ddfcc09 - Show all commits

View File

@ -30,7 +30,7 @@ const siteMetadata = require('../data/siteMetadata')
const route = path === '/index' ? '' : path
return `
<url>
<loc>${`${siteMetadata.siteUrl}${route}`}</loc>
<loc>${siteMetadata.siteUrl}${route}</loc>
</url>
`
})