fix: remove invalid allowedDevOrigins (Next.js 14 compat)
This commit is contained in:
parent
44cda5679b
commit
5e40a68e45
@ -1,6 +1,4 @@
|
|||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {}
|
||||||
allowedDevOrigins: ['*'],
|
|
||||||
}
|
|
||||||
|
|
||||||
module.exports = nextConfig
|
module.exports = nextConfig
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user