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

@@ -17,9 +17,9 @@
rel="noopener noreferrer"
aria-label="LinkedIn profile (opens in new tab)"
>
<LinkedInIcon size="15" />
<LinkedInIcon size={15} />
LinkedIn
<ExternalLinkIcon aria-label="Opens in new tab" size="15" />
<ExternalLinkIcon aria-label="Opens in new tab" size={15} />
</a>
<a
class="link"
@@ -28,9 +28,9 @@
rel="noopener noreferrer"
aria-label="GitHub profile (opens in new tab)"
>
<GithubIcon size="15" />
<GithubIcon size={15} />
GitHub
<ExternalLinkIcon aria-label="Opens in new tab" size="15" />
<ExternalLinkIcon aria-label="Opens in new tab" size={15} />
</a>
</nav>
</div>

View File

@@ -21,7 +21,7 @@
aria-label="Schedule a 30-minute intro call (opens in new tab)"
>
Schedule a 30-minute intro call
<ExternalLinkIcon aria-label="Opens in new tab" size="17" />
<ExternalLinkIcon aria-label="Opens in new tab" size={17} />
</a>
<a
href="/downloads/resume.pdf"
@@ -30,7 +30,7 @@
aria-label="Download Mike Fitzpatrick's resume as PDF"
>
Download resume
<FiletypePdfIcon aria-label="PDF format file" size="17" />
<FiletypePdfIcon aria-label="PDF format file" size={17} />
</a>
</div>
</div>

View File

@@ -18,7 +18,7 @@
aria-label="Schedule a 30-minute intro call (opens in new tab)"
>
Schedule a 30-minute intro call
<ExternalLinkIcon aria-label="Opens in new tab" size="17" />
<ExternalLinkIcon aria-label="Opens in new tab" size={17} />
</a>
</div>
</section>

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>