From 32e72f2bfb1601061effe3d0fb9ec012e4162b1a Mon Sep 17 00:00:00 2001 From: Surjith S M Date: Fri, 11 Nov 2022 13:48:15 +0530 Subject: [PATCH] test astro url --- src/layouts/Layout.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 2da2905..5e0a378 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -16,6 +16,7 @@ export interface Props { // console.log(src); const resolvedImageWithDomain = new URL("/opengraph.jpg", Astro.url).toString(); const { title } = Astro.props; +console.log(resolvedImageWithDomain, Astro.url); const makeTitle = title ? title + " | " + "Astroship"