Skip to content

Commit 3cff143

Browse files
authored
CDM=>CDN
1 parent 6f235ac commit 3cff143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/configuration/output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ Examples:
424424

425425
``` js
426426
publicPath: "https://cdn.example.com/assets/", // CDN (always HTTPS)
427-
publicPath: "//cdn.example.com/assets/", // CDM (same protocol)
427+
publicPath: "//cdn.example.com/assets/", // CDN (same protocol)
428428
publicPath: "/assets/", // server-relative
429429
publicPath: "assets/", // relative to HTML page
430430
publicPath: "../assets/", // relative to HTML page

0 commit comments

Comments
 (0)