Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
ADD URL In sitemap
Browse files
src/routes/sitemap.xml/+server.js
CHANGED
@@ -23,6 +23,10 @@ export async function GET() {
|
|
23 |
xmlns:image="https://www.google.com/schemas/sitemap-image/1.1"
|
24 |
xmlns:video="https://www.google.com/schemas/sitemap-video/1.1"
|
25 |
>
|
|
|
|
|
|
|
|
|
26 |
${models
|
27 |
.map(
|
28 |
(model) =>
|
|
|
23 |
xmlns:image="https://www.google.com/schemas/sitemap-image/1.1"
|
24 |
xmlns:video="https://www.google.com/schemas/sitemap-video/1.1"
|
25 |
>
|
26 |
+
<url>
|
27 |
+
<loc></loc>https://lorastudio.co/</loc>
|
28 |
+
<lastModified>${new Date().toISOString()}</lastModified>
|
29 |
+
</url>
|
30 |
${models
|
31 |
.map(
|
32 |
(model) =>
|