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 />}
|
{!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>
|
||||||
|
|||||||
@@ -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 />
|
||||||
|
|||||||
Reference in New Issue
Block a user