Files
lorebook.tui-bird.com/next.config.js
2025-10-04 15:19:11 +13:00

6 lines
116 B
JavaScript

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