We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f235ac commit 3cff143Copy full SHA for 3cff143
content/configuration/output.md
@@ -424,7 +424,7 @@ Examples:
424
425
``` js
426
publicPath: "https://cdn.example.com/assets/", // CDN (always HTTPS)
427
-publicPath: "//cdn.example.com/assets/", // CDM (same protocol)
+publicPath: "//cdn.example.com/assets/", // CDN (same protocol)
428
publicPath: "/assets/", // server-relative
429
publicPath: "assets/", // relative to HTML page
430
publicPath: "../assets/", // relative to HTML page
0 commit comments