Skip to content

Commit

Permalink
WIP fix contact route in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ccalobeto committed Jan 8, 2025
1 parent dbc8dbc commit afaa528
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
<script>
import { base } from '$app/paths';
</script>

<h1>Welcome to svelte kit</h1>
<p>Visit <a href="/contact">Contact Form</a></p>
<p>Visit <a href="{base}/contact">Contact Form</a></p>

0 comments on commit afaa528

Please sign in to comment.