Files
mrhavens.one/next.config.mjs
T

10 lines
153 B
JavaScript
Raw Normal View History

2026-06-03 04:43:55 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
images: {
unoptimized: true,
},
2026-06-03 04:43:55 +00:00
};
export default nextConfig;