From 7f7de8b109f745b77fabb30f51a9eda0d34ed503 Mon Sep 17 00:00:00 2001 From: Mahmoud Abdelwahab Date: Thu, 6 Jun 2024 21:04:05 +0300 Subject: [PATCH] udpate --- apps/web/app/lib/constants.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/web/app/lib/constants.ts b/apps/web/app/lib/constants.ts index 3be7573..f9448a1 100644 --- a/apps/web/app/lib/constants.ts +++ b/apps/web/app/lib/constants.ts @@ -1,5 +1,4 @@ -const coverImage = new URL("../../public/instant-postgres.png", import.meta.url) - .href; +import coverImage from "../../public/instant-postgres.png"; export const SEO = [ { title: "Neon | Instant Postgres" },