Skip to content

Commit f928d3d

Browse files
committed
chore(examples): use js for next.config
1 parent b1fa939 commit f928d3d

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

examples/nextjs/next.config.js

+4
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

-8
This file was deleted.

0 commit comments

Comments
 (0)