pompy.dev/apps/blog/next.config.js

8 lines
147 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
externalDir: true,
},
}
module.exports = nextConfig