feat: implement experimental doppler detection engine and UI toggle
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
// @ts-expect-error - Next.js dynamic config
|
||||
allowedDevOrigins: ["*.trycloudflare.com", "192.168.68.99", "localhost"],
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user