chore: remove unused output property from next.config.mjs

This commit is contained in:
Andras Bacsai
2024-06-13 11:28:34 +02:00
parent 78773cbfe4
commit 3c0de5123e

View File

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