next.js v13.4, stable app router

This commit is contained in:
Nathaniel Tampus
2023-05-05 16:44:44 +08:00
parent 970989579b
commit 43bd4f71cd
3 changed files with 5 additions and 8 deletions

View File

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