【发布时间】:2022-01-06 06:31:21
【问题描述】:
我有一个使用 express 作为框架的 nodejs 应用程序
示例:localhost:2020
此应用提供多条路线
示例:localhost:2020/node-1, localhost:2020/node-2localhost:2020/node-3
我只为一页创建了一个 nextjs 应用程序
示例:localhost:3000/nextjs-page
我想在我的工作节点应用程序中提供新的 nextjs 页面
成为localhost:2020/nextjs-page
我该怎么做?
【问题讨论】: