vercel domain in github.io page?
Unanswered
Chausie posted this in #help-forum
ChausieOP
Repo https://github.com/5bus/5bus.github.io/tree/main
Vercel Production https://5bus.vercel.app
Github io page https://5bus.github.io
Is it possible for vercel apps use github.io domains instead?
Vercel Production https://5bus.vercel.app
Github io page https://5bus.github.io
Is it possible for vercel apps use github.io domains instead?
4 Replies
no, you can't use github.io as a custom domain for vercel
if its static page, you can use github pages to host your nextjs project tho
you can redirect your github to vercel if thats what you want
ChausieOP
Thank you very much