How can i change url with docsy theme?

Hello!

I’m creating a site using “Docsy” theme and i have some problems when i convert to a http server.

When I create the public, copy and paste it into the XAMPP htdocs file, it has problems with the links, because when I click on a link, it doesn’t go.

I suspect it’s because of the structure, because first, there will be a page made in a different way and then there will be the one I created, and when I click on any link, it seems like it sees it as if it were the main one, is there any way I can change it without changing the generated code?

just an educated guess without any code or config shown.

change the baseURL in your hugo.toml file to match the one you use in XAMPP.

and ofc build using just hugo without server.

always good to read and follow: Requesting Help

1 Like

Thanks! Thanks! worked perfectly