trailing slash

This commit is contained in:
Zsolt Ero
2025-02-27 16:25:27 +01:00
parent a63dfb348c
commit 777f194ae6
2 changed files with 3 additions and 3 deletions

View File

@@ -39,8 +39,8 @@ import '../styles/_style.css'
{!frontmatter && <slot />}
<div class="footer container">
<a href="/privacy">Privacy Policy</a>
<a href="/tos">Terms of Service</a>
<a href="/privacy/">Privacy Policy</a>
<a href="/tos/">Terms of Service</a>
</div>
</body>
</html>