diff options
Diffstat (limited to 'www/src/components/BlogHead.astro')
-rw-r--r-- | www/src/components/BlogHead.astro | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/www/src/components/BlogHead.astro b/www/src/components/BlogHead.astro deleted file mode 100644 index 50e9ed69e..000000000 --- a/www/src/components/BlogHead.astro +++ /dev/null @@ -1,8 +0,0 @@ ---- -import BaseHead from './BaseHead.astro'; - -const { title, description, image, canonicalURL } = Astro.props; ---- - -<BaseHead {title} {description} {image} {canonicalURL} /> -<link rel="stylesheet" href={Astro.resolve('../scss/blog.scss')} /> |