fix: remove unused @ts-expect-error to fix build
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
// @ts-expect-error - Next.js dynamic config
|
||||
allowedDevOrigins: ["*.trycloudflare.com", "192.168.68.99", "localhost"],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user