diff --git a/next.config.ts b/next.config.ts index 2e2e81f..c6a839c 100644 --- a/next.config.ts +++ b/next.config.ts @@ -3,6 +3,7 @@ import type { NextConfig } from "next" const nextConfig: NextConfig = { experimental: { turbopackFileSystemCacheForDev: true, + trustHostHeader: true, }, }