Files for my website bwc9876.dev
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Only do view transitions on supporting browsers

Ben C 80db6f4e 08864267

+5 -2
+5 -2
src/layouts/Layout.astro
··· 7 7 import IconLink from "@components/IconLink.astro"; 8 8 import "@styles/style.css"; 9 9 import type { ImageMetadata } from "astro"; 10 - import { ClientRouter } from "astro:transitions"; 11 10 12 11 export interface Props { 13 12 title: string; ··· 67 66 title="Ben C's Blog" 68 67 href={new URL("feed.xml", Astro.site)} 69 68 /> 70 - <ClientRouter /> 69 + <style is:global> 70 + @view-transition { 71 + navigation: auto; 72 + } 73 + </style> 71 74 </head> 72 75 <body id="top"> 73 76 <header class="container">