Skip to content

Commit 88dbbca

Browse files
Fix reference to OpenNextConfig type in streaming example (#59)
1 parent 986c904 commit 88dbbca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/aws/config/simple_example.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Here you can find the most common `open-next.config.ts` file examples that you c
2222
</Callout>
2323

2424
```ts
25-
import type { OpenNextConfig } from '@opennextjs/aws/types/open-next.ts';
25+
import type { OpenNextConfig } from '@opennextjs/aws/types/open-next.js';
2626
const config = {
2727
default: {
2828
override: {

0 commit comments

Comments
 (0)