Misskey/next.config.js

4 lines
112 B
JavaScript

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