Links not working

https://herio5154.github.io/portfolio.github.io/

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

Please provide link to your site Hugo reposotory as your github reposotory containing pre-made site.

i miss read for a second GitHub - herio5154/website

This is not Hugo reposotory. There is config files in it etc.

GitHub - herio5154/portfolio.github.io is this what your affer

This is exactly that same as previous.

is trhis it website/portfolio at main · herio5154/website · GitHub

specify url = "/_about/" in your frontmater in about file.

also, you got hardcoded links to /_about/ in your layout

i see thanks

Hint: seems you generate your html locally, but your pages repo has an active action that tries to build with jekyll.

I’d recommend to configure either Static HTML
By GitHub Actions
or serve from branch in your Gihub Pages settings.

No need to have a build step.

If you tend to build from source using actions have a look at