Skip to content

Commit

Permalink
Merge branch 'canary' into patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
leerob authored Jan 8, 2022
2 parents 4af8014 + 320986a commit 4c17e57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/create-next-app/templates/typescript/next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */
module.exports = {
const nextConfig = {
reactStrictMode: true,
}

module.exports = nextConfig

0 comments on commit 4c17e57

Please sign in to comment.