You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠ Invalid next.config.js options detected:
⚠ Unrecognized key(s) in object: 'cacheDirectory'
⚠ See more info here: https://nextjs.org/docs/messages/invalid-next-config
Better is to separate the plugin-specific config from the Next.js config, like so:
Better is to separate the plugin-specific config from the Next.js config, like so:
That also makes it possible to combine multiple plugins with the help of
next-compose-plugins
:The text was updated successfully, but these errors were encountered: