diff --git a/apps/web/next.config.ts b/apps/web/next.config.ts index 3b95548..8b35308 100644 --- a/apps/web/next.config.ts +++ b/apps/web/next.config.ts @@ -4,7 +4,7 @@ const withVanillaExtract = createVanillaExtractPlugin(); /** @type {import('next').NextConfig} */ const nextConfig = { images: { - domains: ["localhost", "*"], + domains: ["localhost", "www.kokokok.com", "kokokok.com"], remotePatterns: [ { protocol: "https",