Commit Graph

3 Commits

Author SHA1 Message Date
y963admin 5b83936c4b livewire config fix 2025-11-29 17:53:18 +09:00
y963admin ef238891f5 fix: Set Livewire asset_url to null for subdirectory support
ASSET_URL was being used as the script src, causing:
<script src="https://domain.com/kb">

Setting asset_url to null lets Livewire use the correct default path.
2025-11-29 17:48:12 +09:00
y963admin 9625268e67 fix: Add Livewire config and custom 404 page for subdirectory support
- Add config/livewire.php with app_url and asset_url settings
- Add custom 404 error page with consistent design
- Add error translations for all 8 languages

For subdirectory deployment:
1. Set APP_URL to include subdirectory (e.g., https://example.com/kb)
2. Set ASSET_URL if using CDN
3. Clear config cache after deployment
2025-11-29 17:27:40 +09:00