Skip to content

Commit

Permalink
💄 fix dark reader
Browse files Browse the repository at this point in the history
  • Loading branch information
dvjn committed Nov 1, 2024
1 parent 1d4e7ca commit 64df45a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const { title } = Astro.props as Props;
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<meta name="darkreader-lock" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<title>{title}</title>

Expand Down

0 comments on commit 64df45a

Please sign in to comment.