aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Kruithne <kruithne@gmail.com> 2023-05-24 02:08:24 +0100
committerGravatar GitHub <noreply@github.com> 2023-05-23 18:08:24 -0700
commitd9bdfcf1317f0ea14453cb2023daa07830d446d8 (patch)
tree2cec0719763621af97524548b8ac5c14cb14885c
parent6074d4e3788e529f48e2125fc86e9cd74121ef84 (diff)
downloadbun-d9bdfcf1317f0ea14453cb2023daa07830d446d8.tar.gz
bun-d9bdfcf1317f0ea14453cb2023daa07830d446d8.tar.zst
bun-d9bdfcf1317f0ea14453cb2023daa07830d446d8.zip
Fix incorrect URL in loaders.md (#3025)
-rw-r--r--docs/bundler/loaders.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/bundler/loaders.md b/docs/bundler/loaders.md
index 5c88fbc9b..b06f07175 100644
--- a/docs/bundler/loaders.md
+++ b/docs/bundler/loaders.md
@@ -216,7 +216,7 @@ If a value is specified for `publicPath`, the import will use value as a prefix
---
- `"https://cdn.example.com/"`
-- `https://cdn.example.com/`
+- `https://cdn.example.com/logo.svg`
{% /table %}