Skip to content

Commit 457c22c

Browse files
authored
add export default nextConfig
1 parent 6318c8f commit 457c22c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/01-app/03-api-reference/05-config/02-typescript.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ const nextConfig: NextConfig = {
135135
/* config options here */
136136
typedRoutes: Boolean(flags?.typedRoutes),
137137
}
138+
139+
export default nextConfig
138140
```
139141

140142
### Statically Typed Links

0 commit comments

Comments
 (0)