UNPKG

@nadeshikon/plugin-nextjs

Version:
21 lines (20 loc) 427 B
module.exports = { reactStrictMode: true, onDemandEntries: { maxInactiveAge: 1000 * 60 * 60, }, experimental: { appDir: true, serverComponentsExternalPackages: ['conditional-exports-optout'], }, rewrites: async () => { return { afterFiles: [ { source: '/rewritten-to-edge-dynamic', destination: '/edge/dynamic', }, ], } }, }