7 lines
115 B
JavaScript
Raw Normal View History

2023-10-25 00:33:37 +02:00
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
};
module.exports = nextConfig;