[examples] Upgrade Next.js to version 12.2.5 (#8453)

This auto-generated PR updates Next.js to version 12.2.5

Co-authored-by: Vercel Team Bot <team@zeit.co>
This commit is contained in:
github-actions[bot]
2022-08-24 10:41:54 -04:00
committed by GitHub
parent 6700630feb
commit 34f7c35c13
7 changed files with 1739 additions and 4891 deletions

View File

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