Begin Display, Add View Transitions
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
import icon from "../images/logo.png";
|
||||
import {getImage} from "astro:assets";
|
||||
import {astroI18n} from "astro-i18n";
|
||||
const {title, description} = Astro.props.frontmatter || Astro.props;
|
||||
import {SEO} from "astro-seo";
|
||||
import {ViewTransitions} from "astro:transitions";
|
||||
const {title, description} = Astro.props.frontmatter || Astro.props;
|
||||
|
||||
import "../../public/fonts/roboto/roboto.css";
|
||||
|
||||
@@ -38,6 +39,8 @@ if (localStorage["theme-mode"] === "light" || (!("theme-mode" in localStorage) &
|
||||
</script>
|
||||
|
||||
<slot name="head"/>
|
||||
|
||||
<ViewTransitions />
|
||||
</head>
|
||||
<body class="dark:bg-zinc-800">
|
||||
<slot/>
|
||||
|
||||
Reference in New Issue
Block a user