-
Hello, I'm trying to update my fediverse handle to simply be my domain as directed in the docs here. However, my website is a Hugo site and I have no idea how to set up the well-known file to properly redirect. It's hosted here on github pages, as well. If it helps, here is the repo: https://github.com/Chapien/chapien.github.io |
Beta Was this translation helpful? Give feedback.
Answered by
Chapien
Apr 1, 2025
Replies: 1 comment 9 replies
-
Hey @Chapien! I don't know much about Hugo or GitHub Pages either, but maybe Google can help? https://www.google.com/search?q=hugo%20github%20pages%20redirect |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got it working! Ended up using cloudflare page rules to forward to the appropriate destination with 301. I thought github pages was incompatible with proxied cloudflare but apparently that's outdated info.