fix: view transition fallback control

This commit is contained in:
radishzzz 2025-02-10 01:47:19 +00:00
parent e99e26d62c
commit 6cd298c756

View file

@ -29,7 +29,7 @@ const { commentURL = '', imageHostURL = '', customGoogleAnalyticsURL = '', custo
<meta name="author" content={author} /> <meta name="author" content={author} />
<meta name="generator" content={Astro.generator} /> <meta name="generator" content={Astro.generator} />
<meta name="theme-color" content={lightMode} /> <meta name="theme-color" content={lightMode} />
<ClientRouter /> <ClientRouter fallback="swap" />
<!-- Preload --> <!-- Preload -->
{commentURL && <link rel="dns-prefetch" href={commentURL} />} {commentURL && <link rel="dns-prefetch" href={commentURL} />}