fix(mobile-menu): re-enable async navigation by removing hx-boost="false"
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
This commit is contained in:
@@ -9,7 +9,6 @@
|
|||||||
x-transition:leave-end="-translate-x-full"
|
x-transition:leave-end="-translate-x-full"
|
||||||
class="fixed inset-0 z-50 bg-[var(--bg-primary)] flex flex-col md:hidden"
|
class="fixed inset-0 z-50 bg-[var(--bg-primary)] flex flex-col md:hidden"
|
||||||
@click.away="mobileMenuOpen = false"
|
@click.away="mobileMenuOpen = false"
|
||||||
hx-boost="false"
|
|
||||||
x-cloak>
|
x-cloak>
|
||||||
|
|
||||||
<!-- Mobile Menu Header -->
|
<!-- Mobile Menu Header -->
|
||||||
|
|||||||
Reference in New Issue
Block a user