Pavel Zhukovsky

Results 5 comments of Pavel Zhukovsky

Ok. I have a window with width 500px. But I want to get the size - 720px (width). How can I do that?

I added code to $middlewareGroups ` protected $middlewareGroups = [ 'web' => [ \App\Http\Middleware\EncryptCookies::class, \Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse::class, \Illuminate\Session\Middleware\StartSession::class, \Illuminate\View\Middleware\ShareErrorsFromSession::class, \App\Http\Middleware\VerifyCsrfToken::class, \Illuminate\Routing\Middleware\SubstituteBindings::class, \App\Http\Middleware\RedirectTrailingSlash::class, ], 'api' => [ // \Laravel\Sanctum\Http\Middleware\EnsureFrontendRequestsAreStateful::class, \Illuminate\Routing\Middleware\ThrottleRequests::class . ':api', \Illuminate\Routing\Middleware\SubstituteBindings::class,...

3.67 has the same thing. Will this plugin be updated?

Hello, @mlthlschr, maybe it's already possible to connect babel/cli for HUGO?

I saw your question on [drone.io](https://discourse.drone.io/t/plugins-hugo-to-support-node/8109/2) and assumed you figured it out. Of course, I wanted to implement something at the drone. @tboerger, can u help me?