i got the website wroking but whenever i try to click links i just get 404
the toml looks right
baseURL = “little dog studos”
languageCode = ‘en-us’
title = ‘little dog studos’
tag = “tags”
my
<nav class="main-nav">
<div class="menu-logo"><h2>Little dog studios</h2></div>
<ul class="main-Menu">
<li><a href="/" class="{{ if eq .Page.RelPermalink "/" }}active{{ end }}">Home</a></li>
<li><a href="{{ "/about/" | relURL }}">About</a></li>
<li><a href="{{ "/categories/archive/" | relURL }}">Archive</a></li>
<li><a href="{{ "/contact.html" | relURL }}">Contact</a></li>
</ul>
</nav> header looks ok im very confused