Skip to content

Commit

Permalink
chore(example): js instead of ts for next config
Browse files Browse the repository at this point in the history
  • Loading branch information
mudetroit committed Oct 23, 2024
1 parent 74daf31 commit 78f29ee
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import type { NextConfig } from "next";

const nextConfig: NextConfig = {
const nextConfig = {
/* config options here */
reactStrictMode: true,
};
Expand Down

0 comments on commit 78f29ee

Please sign in to comment.