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 />} {!frontmatter && <slot />}
<div class="footer container"> <div class="footer container">
<a href="/privacy">Privacy Policy</a> <a href="/privacy/">Privacy Policy</a>
<a href="/tos">Terms of Service</a> <a href="/tos/">Terms of Service</a>
</div> </div>
</body> </body>
</html> </html>

View File

@@ -25,7 +25,7 @@ import { Content as WhatisText } from '../content/index/whatis.md'
app: app:
</p> </p>
<a class="quick-start-button" href="/quick_start">Quick Start Guide</a> <a class="quick-start-button" href="/quick_start/">Quick Start Guide</a>
<BeforeDonate /> <BeforeDonate />
<Donate /> <Donate />