a9b4b93d8c
Livewire 3's SPA navigation (wire:navigate) was causing the browser to register document URLs as JavaScript sources, resulting in: 'Refused to execute script... MIME type text/html is not executable' Removed wire:navigate from: - partials/tree-item.blade.php (sidebar links) - livewire/document-viewer.blade.php (backlinks) - livewire/quick-switcher.blade.php (search results) Pages will now do full page loads instead of SPA navigation.