| /** @type {import('next').NextConfig} */ | |
| const config = { | |
| experimental: { | |
| outputFileTracingExcludes: { | |
| '*': ['anyvaluewillcauseit'], | |
| }, | |
| }, | |
| } | |
| module.exports = config | |
| /** @type {import('next').NextConfig} */ | |
| const config = { | |
| experimental: { | |
| outputFileTracingExcludes: { | |
| '*': ['anyvaluewillcauseit'], | |
| }, | |
| }, | |
| } | |
| module.exports = config | |