From 9cd6f5bf98fee6f2d3e7c0073da228d4b91ffda4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Tue, 4 Oct 2022 19:49:40 +0200 Subject: [PATCH] improve writing --- source/docs/v3/features/vite-bundler.blade.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/docs/v3/features/vite-bundler.blade.md b/source/docs/v3/features/vite-bundler.blade.md index d728302..8015a34 100644 --- a/source/docs/v3/features/vite-bundler.blade.md +++ b/source/docs/v3/features/vite-bundler.blade.md @@ -6,7 +6,9 @@ section: content # Vite bundler {#vite-bundler} -Enabling the ViteBundler feature makes Vite generate the correct asset paths using the `global_asset()` helper. To enable the feature, uncomment `Stancl\Tenancy\Features\ViteBundler::class` in tenancy config's `features`. +Enabling the `ViteBundler` feature makes Vite generate correct asset paths by using the `global_asset()` helper instead of the default `asset()` helper. + +To enable the feature, uncomment `Stancl\Tenancy\Features\ViteBundler::class` in the `features` section of the tenancy config: ```php 'features' => [