diff --git a/next.config.js b/next.config.js
index 235b441f7..c2ea18a2d 100644
--- a/next.config.js
+++ b/next.config.js
@@ -11,6 +11,7 @@ const isSaleor = provider === 'saleor'
 const isSwell = provider === 'swell'
 const isVendure = provider === 'vendure'
 
+
 module.exports = withCommerceConfig({
   future: {
     webpack5: true,