We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6714d15 commit 497488eCopy full SHA for 497488e
resources/js/bootstrap.js
@@ -8,9 +8,7 @@ import Clipboard from 'clipboard'
8
import jquery from 'jquery'
9
import Echo from 'laravel-echo'
10
import 'pusher-js'
11
-import * as Turbo from '@hotwired/turbo'
12
-
13
-Turbo.session.drive = false
+import '@hotwired/turbo'
14
15
window.$ = window.jQuery = jquery
16
resources/views/comments/_comment.blade.php
@@ -15,7 +15,7 @@
</div>
17
<h6>
18
- <a href="{{ route('users.show', $comment->author) }}">
+ <a href="{{ route('users.show', $comment->author) }}" data-turbo-frame="_top">
19
{{ $comment->author->name }}
20
</a>
21
</h6>
0 commit comments