mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
trailing slash
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -25,7 +25,7 @@ import { Content as WhatisText } from '../content/index/whatis.md'
|
||||
app:
|
||||
</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 />
|
||||
<Donate />
|
||||
|
||||
Reference in New Issue
Block a user