| import type { NextConfig } from "next"; | |
| const nextConfig: NextConfig = { | |
| experimental: { | |
| externalDir: true, | |
| }, | |
| }; | |
| export default nextConfig; |
| import type { NextConfig } from "next"; | |
| const nextConfig: NextConfig = { | |
| experimental: { | |
| externalDir: true, | |
| }, | |
| }; | |
| export default nextConfig; |