fix: redirect blog.martin.md to pages URL #10
Loading…
Reference in a new issue
No description provided.
Delete branch "blog-redirect-preview-expiry"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Git-pages doesn't support external custom domains. Instead of serving
blog.martin.mddirectly (which returns 404 since the site is deployed atradu.pages.martin.md/blog), this redirectsblog.martin.mdto the pages URL.Uses a Traefik
redirectregexmiddleware on thegit-pages-blogrouter.Pull request closed