aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs
diff options
context:
space:
mode:
authorJulien Déramond <[email protected]>2023-02-05 18:05:39 +0100
committerMark Otto <[email protected]>2023-02-14 08:46:55 -0800
commit68afebe5b5361deb1a220cd2f3f2e12e5c6ffc5e (patch)
tree049e110fd8407e65dbf27b8dd0f0640dbbd54711 /site/content/docs
parent3e3938f036c9feabf7a64548f94cb99dde44b18c (diff)
downloadbootstrap-68afebe5b5361deb1a220cd2f3f2e12e5c6ffc5e.tar.xz
bootstrap-68afebe5b5361deb1a220cd2f3f2e12e5c6ffc5e.zip
Docs: Use ESM Popper CDN reference in 'Using Boottrap as a module'
Diffstat (limited to 'site/content/docs')
-rw-r--r--site/content/docs/5.3/getting-started/javascript.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/getting-started/javascript.md b/site/content/docs/5.3/getting-started/javascript.md
index 80eed9ce1..f80e6f26a 100644
--- a/site/content/docs/5.3/getting-started/javascript.md
+++ b/site/content/docs/5.3/getting-started/javascript.md
@@ -71,7 +71,7 @@ To fix this, you can use an `importmap` to resolve the arbitrary module names to
<script type="importmap">
{
"imports": {
- "@popperjs/core": "{{< param "cdn.popper" >}}",
+ "@popperjs/core": "{{< param "cdn.popper_esm" >}}",
"bootstrap": "https://cdn.jsdelivr.net/npm/bootstrap@{{< param "current_version" >}}/dist/js/bootstrap.esm.min.js"
}
}