mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 11:41:17 +02:00
fix: view transition fallback control
This commit is contained in:
parent
e99e26d62c
commit
6cd298c756
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ const { commentURL = '', imageHostURL = '', customGoogleAnalyticsURL = '', custo
|
|||
<meta name="author" content={author} />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
<meta name="theme-color" content={lightMode} />
|
||||
<ClientRouter />
|
||||
<ClientRouter fallback="swap" />
|
||||
|
||||
<!-- Preload -->
|
||||
{commentURL && <link rel="dns-prefetch" href={commentURL} />}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue