App Routing Question
Unanswered
Balinese posted this in #help-forum
BalineseOP
Currently I am using Multi-Zone with 5 NextJS 13 Apps. One of the apps can't use
I want to consolidate 4 of the apps to a single NextJS 14 App with
app router for it's restrictions in CMS source. I want to consolidate 4 of the apps to a single NextJS 14 App with
app router and folders to act as the previous applications. What would be the ideal way to make sure routing to the single external app work. Obviously I can't have a duplicate url segment. Am I overthinking this? Thanks for the advice.1 Reply
BalineseOP
Would a simple
rewrite be enough ?