This commit is contained in:
mei 2024-11-03 16:42:45 +08:00
parent d31ef7f479
commit 43202f7307

View File

@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
output: 'export'
};
export default nextConfig;