joschan21 / breadit

Modern Fullstack Reddit Clone in Next.js 13 & TypeScript
1.06k stars 261 forks source link

fix: change outdated Next.js config #20

Open Touratica opened 1 year ago

Touratica commented 1 year ago

Remove experimental feature "appDir", as it is no longer needed when using the App Router since Next.js 13.4.

It can even cause problems with the modals unless you also add reactStrictMode: true to the config (see #18). Removing the experimental feature solves this issue.