Release 202506131423
This commit is contained in:
@@ -108,7 +108,11 @@ const ogImageUrl = makeOgImageUrl(ogImage, Astro.url)
|
||||
<DynamicFavicon />
|
||||
|
||||
<!-- Components -->
|
||||
<ClientRouter />
|
||||
{
|
||||
!Astro.url.pathname.startsWith('/admin') && (
|
||||
<ClientRouter />
|
||||
) /* Disable to prevent bugs in important admin forms */
|
||||
}
|
||||
<LoadingIndicator color="green" />
|
||||
<TailwindJsPluggin />
|
||||
{htmx && <HtmxScript />}
|
||||
|
||||
Reference in New Issue
Block a user