From 97ac38e3bbecbccc2c0a4bfe051b00ae36821652 Mon Sep 17 00:00:00 2001 From: Tony Sullivan Date: Mon, 25 Sep 2023 15:31:17 -0500 Subject: [PATCH] disabling view transitions for now --- examples/social-feed/src/layouts/Base.astro | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/social-feed/src/layouts/Base.astro b/examples/social-feed/src/layouts/Base.astro index b71ed924b..741853071 100644 --- a/examples/social-feed/src/layouts/Base.astro +++ b/examples/social-feed/src/layouts/Base.astro @@ -1,5 +1,4 @@ --- -import { ViewTransitions } from 'astro:transitions'; import settings from '../settings'; import '../style/theme.css'; import '../style/global.css'; @@ -23,7 +22,6 @@ const { title = settings.name } = Astro.props; {title} -