-
|
I would like to deploy an application to:
Without needing to drastically change the code and structure - e.g. by simply building with an environment variable such as This doesn't seem possible yet based on what @SeanCassiere stated here:
I have already set the My previous version of the site, built with NextJS, was easily deployed to both environments with a simple For further context, my application is: I've deployed it to:
You can see that
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
From above,
The second point is a workaround - the resolution is probably to wait until #6152 is fixed (PR: #5970). |
Beta Was this translation helpful? Give feedback.
From above,
Fumadocs Orama Search API is resolved by fuma-nama/fumadocs#899 (comment)
Can be resolved by manually patching
staticMiddlewareFunctionto account for the base path, as demonstrated in nktnet1/webview-kiosk#251.The second point is a workaround - the resolution is probably to wait until #6152 is fixed (PR: #5970).