Migrate to astro v5 beta: first round

This commit is contained in:
prototypa
2024-10-04 03:34:51 -04:00
parent 52188af681
commit 953c4f2408
13 changed files with 382 additions and 1179 deletions

View File

@@ -13,7 +13,7 @@ import Analytics from '~/components/common/Analytics.astro';
import BasicScripts from '~/components/common/BasicScripts.astro';
// Comment the line below to disable View Transitions
import { ViewTransitions } from 'astro:transitions';
import { ClientRouter } from 'astro:transitions';
import type { MetaData as MetaDataType } from '~/types';
@@ -37,7 +37,7 @@ const { language, textDirection } = I18N;
<Analytics />
<!-- Comment the line below to disable View Transitions -->
<ViewTransitions fallback="swap" />
<ClientRouter fallback="swap" />
</head>
<body class="antialiased text-default bg-page tracking-tight">