Files
blackroad-os-research/next.config.js
2025-11-22 20:09:23 -06:00

7 lines
114 B
JavaScript

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