cdk-nextjs-standalone
Version:
Deploy a NextJS app to AWS using CDK and OpenNext.
5 lines (4 loc) • 379 B
Markdown
# Multiple Sites Example
NOTE: in order for this example to work, you need to make the following manual updates:
- Update ../../open-next/examples/app-router/next.config.js to have a `basePath: "/app-router"` and `assetPrefix: "/app-router"`
- Update ../../open-next/examples/pages-router/next.config.js to have a `basePath: "/pages-router"` and `assetPrefix: "/app-router"`