Files
blackroad-os-docs/next.config.js
2025-11-22 20:06:13 -06:00

8 lines
140 B
JavaScript

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