astro-ghostcms/.pnpm-store/v3/files/1a/f7750d14e7b504b1247dc547c61...

14 lines
193 B
Plaintext

---
import { ViewTransitions } from "astro:transitions";
---
<html lang="en">
<head>
<title>My Homepage</title>
<ViewTransitions />
</head>
<body>
<slot />
</body>
</html>