fix: 🐛 missing trailing slash confuses routing

This commit is contained in:
Sebin Nyshkim 2025-07-19 16:47:44 +02:00
parent 970205c881
commit c7e9fdba95
Signed by: SebinNyshkim
SSH key fingerprint: SHA256:LG1WHMySL/4iW/Yci+0eHgbf0te5beRiLlmyoY8E5D0
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@
<form method="dialog">
<p class="message">
<strong>📊 Analytics 💡</strong> May I collect some anonymized data about the device you use
to view this site? I won't know who you are. See: <a href="/privacy">Privacy Policy</a>
to view this site? I won't know who you are. See: <a href="/privacy/">Privacy Policy</a>
</p>
<ref-button class="positive">Yeah sure</ref-button>
<ref-button class="negative">Nope</ref-button>

View file

@ -11,7 +11,7 @@
&copy; <time @text="new Date().getFullYear()"></time> Sebin Nyshkim<br />
Got
<a :href="feedbackLink" target="_blank"> feedback </a>?<br />
<a href="/privacy">Privacy Policy</a>
<a href="/privacy/">Privacy Policy</a>
</p>
</footer>