From 033c480e8e16aa89afc4908ad4612d70d0083f7f Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Wed, 25 Aug 2021 16:36:37 -0400 Subject: [PATCH] Fix path to CSS file in www site (#1233) * Fix path to CSS file in www site * remove console.log --- www/src/components/BlogHead.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/src/components/BlogHead.astro b/www/src/components/BlogHead.astro index 57168a494a..1fa671f97c 100644 --- a/www/src/components/BlogHead.astro +++ b/www/src/components/BlogHead.astro @@ -4,4 +4,4 @@ import BaseHead from './BaseHead.astro'; const { title, description, canonicalURL } = Astro.props; --- - \ No newline at end of file + \ No newline at end of file