Svelte fixes and a sitemap
Some checks failed
ci/woodpecker/push/ci Pipeline failed
ci/woodpecker/push/deploy unknown status

This commit is contained in:
2026-02-02 10:20:44 -03:00
parent dfa18c8560
commit 6f2a720479
5 changed files with 18 additions and 9 deletions

View File

@@ -9,8 +9,8 @@ Allow: /
# Disallow specific paths if needed
# Disallow: /private/
# Sitemap (add when available)
# Sitemap: https://mifi.ventures/sitemap.xml
# Sitemap
Sitemap: https://mifi.ventures/sitemap.xml
# Host preference (helps search engines understand the canonical domain)
# Host: https://mifi.ventures

9
static/sitemap.xml Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://mifi.ventures/</loc>
<lastmod>2025-02-02</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
</urlset>