Fix: plain JS in next.config.mjs
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
import type { NextConfig } from "next";
|
const nextConfig = {
|
||||||
|
|
||||||
const nextConfig: NextConfig = {
|
|
||||||
output: 'standalone',
|
output: 'standalone',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user