Files
clan-core/pkgs/ui/next.config.js
2023-08-06 17:31:44 +02:00

8 lines
148 B
JavaScript

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