mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-06 04:22:07 +00:00
Update server/sitemap.js
Co-authored-by: Thomas G. Lopes <26071571+TGlide@users.noreply.github.com>
This commit is contained in:
@@ -14,7 +14,7 @@ export async function sitemap() {
|
||||
|
||||
const sitemap = `<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
${[...routes].filter(route => !route.endsWith('.json')).map(route => `<url>
|
||||
${routes.filter(route => !route.endsWith('.json')).map(route => `<url>
|
||||
<loc>https://appwrite.io${route}</loc>
|
||||
</url>
|
||||
`).join('')}
|
||||
|
||||
Reference in New Issue
Block a user