Files
Lars Nolden 5e0a26677e initial
2026-06-23 21:17:01 +02:00

10 lines
153 B
JavaScript

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