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