fix: remove invalid allowedDevOrigins (Next.js 14 compat)

This commit is contained in:
vyakymenko 2026-04-22 12:05:37 +00:00
parent 44cda5679b
commit 5e40a68e45

View File

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