Files
feeddeck/landing/next.config.js
2023-09-03 16:16:38 +02:00

10 lines
155 B
JavaScript

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