[examples] Bump Next.js to 12.1.0 (#7458)

This commit is contained in:
Steven
2022-02-18 18:53:26 -05:00
committed by GitHub
parent 5c21d400bd
commit 350a0e5f36
5 changed files with 1641 additions and 6481 deletions

View File

@@ -1,3 +1,6 @@
module.exports = {
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig