Hello,
I've been recently trying to migrate my "little" blog (it's rather large despite the rather small amount of content) from Github to Codeberg Pages. I think I've got everything setup, but I have something misconfigured, but don't know where. I receive following when loading up https://joelvonrotz.ch
image
My blog sits at https://codeberg.org/joelvonrotz/pages and has following .domain file under /static/
joelvonrotz.ch
joelvonrotz.codeberg.page
pages.pages.joelvonrotz.codeberg.page
My website uses Zola as a static site generator in combination with the woodpecker CI. The CI builds the page and pushes the result onto the pages branch. The repository uses main as the default branch.
My DNS configuration is as following for my page:
image
I'm not sure where I'm hitting my head and would be happy, if you could help me out. Thank you :)
### Comment
Hello,
I've been recently trying to migrate my "little" blog (it's rather large despite the rather small amount of content) from Github to Codeberg Pages. I think I've got everything setup, but I have something misconfigured, but don't know where. I receive following when loading up `https://joelvonrotz.ch`

My blog sits at https://codeberg.org/joelvonrotz/pages and has following `.domain` file under `/static/`
```
joelvonrotz.ch
joelvonrotz.codeberg.page
pages.pages.joelvonrotz.codeberg.page
```
My website uses [Zola](https://www.getzola.org/) as a static site generator in combination with the woodpecker CI. The CI builds the page and pushes the result onto the `pages` branch. The repository uses `main` as the default branch.
My DNS configuration is as following for my page:

I'm not sure where I'm hitting my head and would be happy, if you could help me out. Thank you :)