Skip to content

Commit 9923f83

Browse files
morrislaptopulivz
authored andcommitted
chore: remove parentheses around site url (#1666)
As VSCode makes `http://localhost:8080/)` including trailing parentheses which leads to a 404.
1 parent 998cfa3 commit 9923f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vuepress/core/lib/node/webpack/DevLogPlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports = class DevLogPlugin {
3333
+ (
3434
isFirst
3535
? ''
36-
: `${chalk.gray(`(${displayUrl})`)}`
36+
: `${chalk.gray(`${displayUrl}`)}`
3737
)
3838
)
3939
if (isFirst) {

0 commit comments

Comments
 (0)