From 60b900470f1c8127e9ec5aedb975c479ebea281d Mon Sep 17 00:00:00 2001 From: Willem Leuverink Date: Thu, 11 Jan 2024 13:05:07 +0100 Subject: [PATCH] update docs --- docs/introduction.md | 2 +- docs/production-builds.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/introduction.md b/docs/introduction.md index d572a6d..80738ba 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -19,7 +19,7 @@ The `` component bundles your import on the fly using [Bun](https:// {: .note } -> You may pass any attributes a script source accepts, like `defer` or `async`. +> You may pass any attributes a script source accepts, like `defer` or `async`
diff --git a/docs/production-builds.md b/docs/production-builds.md index a2831c0..cf47770 100644 --- a/docs/production-builds.md +++ b/docs/production-builds.md @@ -20,8 +20,7 @@ You may configure what paths are scanned by publishing the Bundle config file an
{: .note } -> In production BUNDLE_CACHING_ENABLED env variable needs to be set to true -> When the variable is not set Bundle will automatically enable this option in production environments +> In production BUNDLE_CACHING_ENABLED env variable needs to be set to true
When the variable is not set Bundle will automatically enable this option in production environments