From d9bdfcf1317f0ea14453cb2023daa07830d446d8 Mon Sep 17 00:00:00 2001 From: Kruithne Date: Wed, 24 May 2023 02:08:24 +0100 Subject: [PATCH] Fix incorrect URL in loaders.md (#3025) --- docs/bundler/loaders.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bundler/loaders.md b/docs/bundler/loaders.md index 5c88fbc9b5..b06f07175a 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 %}