Skip to content

Commit 367bb49

Browse files
committed
chore(example): js instead of ts for next config
1 parent 74daf31 commit 367bb49

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

examples/nextjs/next.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module.exports = {
2+
/* config options here */
3+
reactStrictMode: true,
4+
};

examples/nextjs/next.config.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)