Fix: Convert TypeScript syntax to JavaScript in next.config.mjs

This commit is contained in:
Neo
2026-02-19 09:57:51 +00:00
parent 37acbd2945
commit 3924ae1294

View File

@@ -1,6 +1,4 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
const nextConfig = {
output: 'standalone',
};