/** @type {import('next').NextConfig} */ const nextConfig = { allowedDevOrigins: ['*'], } module.exports = nextConfig