We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74daf31 commit 78f29eeCopy full SHA for 78f29ee
examples/nextjs/next.config.ts renamed to examples/nextjs/next.config.js
@@ -1,6 +1,4 @@
1
-import type { NextConfig } from "next";
2
-
3
-const nextConfig: NextConfig = {
+const nextConfig = {
4
/* config options here */
5
reactStrictMode: true,
6
};
0 commit comments