[examples] Upgrade Next.js to version 13.4.1 (#9911)

This auto-generated PR updates Next.js to version 13.4.1
This commit is contained in:
Vercel Release Bot
2023-05-05 12:25:11 -04:00
committed by GitHub
parent e3fe368baa
commit 5328bb69e2
3 changed files with 55 additions and 59 deletions

View File

@@ -1,8 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
appDir: true,
},
}
const nextConfig = {}
module.exports = nextConfig