A template for using sveltekit with github pages.
<!-- Make sure you link to the homepage using the paths store if using a subdomain -->
<!-- more info can be found: https://kit.svelte.dev/docs/configuration#paths -->
<a href={base}>Return Home!</a>
<a href="{base}/aboutme">About Me!</a>