Files
clan-core/pkgs/ui/next.config.js
2023-08-05 11:42:48 +02:00

7 lines
115 B
JavaScript

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