Skip to content

Commit

Permalink
darkmode wip
Browse files Browse the repository at this point in the history
  • Loading branch information
EdamAme-x committed Nov 18, 2023
1 parent 46bdaa0 commit 1d030d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/src/layout/BaseHead.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
//@ts-ignore
import { SEO as AstroSEO } from "astro-seo";
import { ViewTransitions } from "astro:transitions";
interface Props {
title: string;
Expand Down Expand Up @@ -38,4 +39,5 @@ const prefix = "og: http://ogp.me/ns# website: http://ogp.me/ns/website#";
],
}}
/>
<ViewTransitions animation="fade" />
</head>
Empty file added src/src/pages/about.astro
Empty file.
1 change: 1 addition & 0 deletions src/tailwind.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ export default {
extend: {},
},
plugins: [],
darkMode: 'class',
}

0 comments on commit 1d030d7

Please sign in to comment.