I've added a _redirects file to my pages repository containing the following content:
/AdvancedServerList/* https://docs.andre601.ch/AdvancedServerList/:splat
/Discord-Links https://docs.andre601.ch/Discord-Links
/GitHub-Markdown https://docs.andre601.ch/GitHub-Markdown
/Expansion-Wiki-Generator https://papi.andre601.ch
Yet, no matter which of the paths I access, the redirects do not happen at all. No matter if it is the one with a splat or those with a static path...
The domains themself do exist and resolve to actual sites, so this seems to be an issue with Codeberg pages.
Is there a delay until redirects become active? I've waited 15 minutes so far and no change happened. Also removed any cookies and cached data in case those could be the issue.
I've added a `_redirects` file to my `pages` repository containing the following content:
```
/AdvancedServerList/* https://docs.andre601.ch/AdvancedServerList/:splat
/Discord-Links https://docs.andre601.ch/Discord-Links
/GitHub-Markdown https://docs.andre601.ch/GitHub-Markdown
/Expansion-Wiki-Generator https://papi.andre601.ch
```
Yet, no matter which of the paths I access, the redirects do not happen at all. No matter if it is the one with a splat or those with a static path...
The domains themself do exist and resolve to actual sites, so this seems to be an issue with Codeberg pages.
Is there a delay until redirects become active? I've waited 15 minutes so far and no change happened. Also removed any cookies and cached data in case those could be the issue.