diff --git a/next.config.js b/next.config.js index 30423a3..767719f 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,4 @@ /** @type {import('next').NextConfig} */ -const nextConfig = { - allowedDevOrigins: ['*'], -} +const nextConfig = {} module.exports = nextConfig