Skip to content

Commit 78f29ee

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/nextjs/next.config.ts renamed to examples/nextjs/next.config.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import type { NextConfig } from "next";
2-
3-
const nextConfig: NextConfig = {
1+
const nextConfig = {
42
/* config options here */
53
reactStrictMode: true,
64
};

0 commit comments

Comments
 (0)