Spaces:
Running
Running
| <!-- {{SITE_URL}} is substituted with the absolute base URL at request --> | |
| <!-- time by app.py so the sitemap stays valid wherever it's served. --> | |
| <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> | |
| <url> | |
| <loc>{{SITE_URL}}/</loc> | |
| <changefreq>weekly</changefreq> | |
| <priority>1.0</priority> | |
| </url> | |
| <url> | |
| <loc>{{SITE_URL}}/sandbox-only</loc> | |
| <changefreq>monthly</changefreq> | |
| <priority>0.4</priority> | |
| </url> | |
| </urlset> | |