Skip to content

Commit

Permalink
docs: Fix nextjs stackblitz demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Oct 28, 2023
1 parent a6202fc commit 005c9de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions examples/nextjs/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["next/babel"]
}
1 change: 0 additions & 1 deletion examples/nextjs/next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
};

module.exports = nextConfig;

0 comments on commit 005c9de

Please sign in to comment.