Being able to run the whole blog under a path of a domain #12015
Expensiveee
started this conversation in
Feature Requests & Ideas
Replies: 1 comment
-
Ok, was actually a thing that should be set in nextjs's config file side more than payload's, adding this in next.config.js helped:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'd like to have my main app (example.com) and my blog both hosted as different vercel/github repos, but have example.com/blog point to the blog.
This is mainly useful if you want to keep separate codebases. I've tried with vercel redirect/rewrties but some routes get proxied (static files) others don't (mainly API routes).
Beta Was this translation helpful? Give feedback.
All reactions