fix: 🐛 missing trailing slash confuses routing
This commit is contained in:
parent
970205c881
commit
c78ffc838f
2 changed files with 2 additions and 4 deletions
|
@ -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>
|
||||
|
@ -54,8 +54,6 @@
|
|||
var(--clr-box-gradient-end) 50%
|
||||
);
|
||||
|
||||
box-shadow: 0.125em 0.125em 0.75em 0.25em var(--clr-box-shadow);
|
||||
|
||||
margin: 1em;
|
||||
border: none;
|
||||
border-radius: 1em;
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
© <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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue