diff options
author | 2023-05-24 02:08:24 +0100 | |
---|---|---|
committer | 2023-05-23 18:08:24 -0700 | |
commit | d9bdfcf1317f0ea14453cb2023daa07830d446d8 (patch) | |
tree | 2cec0719763621af97524548b8ac5c14cb14885c | |
parent | 6074d4e3788e529f48e2125fc86e9cd74121ef84 (diff) | |
download | bun-d9bdfcf1317f0ea14453cb2023daa07830d446d8.tar.gz bun-d9bdfcf1317f0ea14453cb2023daa07830d446d8.tar.zst bun-d9bdfcf1317f0ea14453cb2023daa07830d446d8.zip |
Fix incorrect URL in loaders.md (#3025)
-rw-r--r-- | docs/bundler/loaders.md | 2 |
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 %} |