diff options
Diffstat (limited to 'www/src/components/BlogHead.astro')
-rw-r--r-- | www/src/components/BlogHead.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/src/components/BlogHead.astro b/www/src/components/BlogHead.astro index 30dc2f4ed..57168a494 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; --- <BaseHead title={title} description={description} canonicalURL={canonicalURL} /> -<link rel="stylesheet" href="/blog.css" />
\ No newline at end of file +<link rel="stylesheet" href={Astro.resolve('../../scss/blog.css')} />
\ No newline at end of file |