mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
Update source/docs/v3/integrations/livewire.blade.md
Co-authored-by: lukinovec <lukinovec@gmail.com>
This commit is contained in:
parent
92193136b5
commit
524cfd29ed
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ Finally, open the blade file where the `@@livewireScripts` directive is, and add
|
|||
```html
|
||||
@@livewireScripts
|
||||
<script>
|
||||
window.livewire_app_url = '{{ tenant()->id }}';
|
||||
window.livewire_app_url = '/{{ tenant()->id }}';
|
||||
</script>
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue