diff --git a/apps/web/next.config.js b/apps/web/next.config.js index 1b310c7..ee26c88 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -9,7 +9,9 @@ module.exports = { { protocol: 'https', hostname: 'fluid-colors.vercel.app', - pathname: '*', + }, + { + hostname: 'fluid-colors.vercel.app', }, ] },