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.
2 parents fb24f89 + 3cff143 commit dc6b062Copy full SHA for dc6b062
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