Skip to content

Commit

Permalink
fixed build error, added sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
CheeseLad committed Aug 13, 2024
1 parent 24ae69d commit 3bfc3f3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/photography.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script>
import skillsData from '../data/photography.json';
import Modal from '../components/Modal.svelte';
import Modal from './modal.svelte';
import Returnhome from './returnhome.svelte';
let selectedSkill = null;
Expand Down
12 changes: 12 additions & 0 deletions static/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<urlset xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<!--
created with Free Online Sitemap Generator www.xml-sitemaps.com
-->
<url>
<loc>https://jakefarrell.ie/</loc>
<lastmod>2024-08-12T23:56:16+00:00</lastmod>
</url>
<url>
<loc>https://jakefarrell.ie/photography</loc>
<lastmod>2024-08-12T23:56:16+00:00</lastmod>
</urlset>

0 comments on commit 3bfc3f3

Please sign in to comment.