diff options
Diffstat (limited to 'www/src/pages/blog/index.astro')
-rw-r--r-- | www/src/pages/blog/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/src/pages/blog/index.astro b/www/src/pages/blog/index.astro index 41f4d3f77..22a22cdb2 100644 --- a/www/src/pages/blog/index.astro +++ b/www/src/pages/blog/index.astro @@ -12,7 +12,7 @@ let lang = 'en'; <html lang={ lang ?? 'en' }> <head> <BaseHead title={title} description={description} permalink={permalink} /> - <link rel="stylesheet" href="/blog.css" /> + <link rel="stylesheet" href={Astro.resolve('../../scss/blog.css')} /> <style> body { |