Skip to content

Commit

Permalink
Merge pull request #8 from dkershner6/dkershner6-patch-1
Browse files Browse the repository at this point in the history
fix: Update README.md
  • Loading branch information
dkershner6 authored Nov 1, 2023
2 parents 4593ebf + f9ae522 commit adbba87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion API.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![View on Construct Hub](https://constructs.dev/badge?package=cdk-nextjs-export-s3-dynamic-routing)](https://constructs.dev/packages/cdk-nextjs-export-s3-dynamic-routing)

_Have a more complex use case for Next.js 13? Perhaps check out [cdk-nextjs-standalone-ecs](https://constructs.dev/packages/cdk-nextjs-standalone-ecs)._
_Have a more complex use case for Next.js 13? Perhaps check out [cdk-nextjs-standalone](https://constructs.dev/packages/cdk-nextjs-standalone)._

Deploy a static export Next.js site to Cloudfront and S3 while maintaining the ability to use dynamic routes.

Expand Down Expand Up @@ -70,4 +70,4 @@ export class MyStaticSiteStack extends cdk.Stack {
}
```

There are no outside requirements for this construct, and it will delete all of its resources when the stack is deleted.
There are no outside requirements for this construct, and it will delete all of its resources when the stack is deleted.

0 comments on commit adbba87

Please sign in to comment.