We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9ff4c commit dcd2f22Copy full SHA for dcd2f22
routes/nuxt.php
@@ -2,4 +2,4 @@
2
3
use M2S\LaravelNuxt\Facades\Nuxt;
4
5
-Nuxt::route('{path?}')->name('nuxt')->where('path', '.*');
+Nuxt::route('{path?}')->middleware('web')->name('nuxt')->where('path', '.*');
0 commit comments