From ff7df1bb9c37f66625003c84439eef600a9ffb85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1ximo=20Mussini?= Date: Tue, 4 Apr 2023 19:46:51 -0300 Subject: [PATCH] docs: remove leftover --- docs/src/guide/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/guide/development.md b/docs/src/guide/development.md index 4b0fa95b..f5130613 100644 --- a/docs/src/guide/development.md +++ b/docs/src/guide/development.md @@ -66,7 +66,7 @@ These files will be automatically detected and passed on to Vite, all [configura You can add them to your HTML layouts or views using the provided [tag helpers]. :::tip Additional Entrypoints -By default, files inside `~/{assets,fonts,icons,images}/**/*assets` are also +By default, files inside `~/{assets,fonts,icons,images}/**/*` are also bundled as entrypoints, allowing you to reference them in [tag helpers]. Use [additionalEntrypoints] to configure entrypoints manually.