Release 202506131423

This commit is contained in:
pluja
2025-06-13 14:23:14 +00:00
parent 5a41816ac8
commit cf5f3b3228
2 changed files with 9 additions and 3 deletions

View File

@@ -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 />}