diff --git a/packages/next/next.config.js b/packages/next/next.config.js index 74a2e3c..bf6079e 100644 --- a/packages/next/next.config.js +++ b/packages/next/next.config.js @@ -1,5 +1,5 @@ // Configuration of next/image for Cypress tess -module.exports = { +export default { images: { // Disable Next.js producing it's own crops within dev server which don't diff --git a/packages/sanity-next/next.config.js b/packages/sanity-next/next.config.js index 258cd05..4f5044d 100644 --- a/packages/sanity-next/next.config.js +++ b/packages/sanity-next/next.config.js @@ -1,5 +1,5 @@ // Configuration of next/image for Cypress tess -module.exports = { +export default { images: { // Support tests fetching imaages from placehold.co