Skip to content

Commit dc6b062

Browse files
authored
Merge pull request #623 from tongjun741/patch-1
CDM=>CDN
2 parents fb24f89 + 3cff143 commit dc6b062

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)