main
Set an absolute baseURL (https://thepotato.tech/) in hugo.toml and drop the CI --baseURL override. The workflow's "Setup Pages" step (id: pages) was commented out, so --baseURL "${{ steps.pages.outputs.base_url }}/" expanded to "/" — Hugo then emitted root-relative <link>/<guid>/atom:link in index.xml, which planet aggregators reject. hugo.toml is now the source of truth; verified the production build emits fully-qualified URLs.
Description
No description provided
Languages
CSS
52%
HTML
48%