breadit
breadit copied to clipboard
fix: change outdated Next.js config
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.