Svelte fixes and a sitemap
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
9
static/sitemap.xml
Normal 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>
|
||||
Reference in New Issue
Block a user