Files
williammarch.xyz/next.config.mjs
2026-04-02 19:13:46 +01:00

6 lines
112 B
JavaScript

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