diff --git a/next.config.ts b/next.config.ts index 78ae706..68a6c64 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,4 +1,4 @@ -type NextConfig = any; +import type { NextConfig } from "next"; const nextConfig: NextConfig = { output: "standalone",