Remove space from next.config.ts

This commit is contained in:
DosAi 2025-06-04 03:15:47 +03:00
parent b95cea18da
commit 1110068955

View File

@ -2,7 +2,7 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: 'export',
output: 'export',
};
export default nextConfig;