Skip to content

Commit

Permalink
docs: fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita authored Feb 5, 2023
1 parent 80e4483 commit 9a19478
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@
"ghpages": [
{
"dir": "./docs/.vuepress/dist",
"url": "https://github.com/tsedio/v7.tsed.io",
"branch": "main",
"cname": "v7.tsed.io"
"url": "https://github.com/tsedio/tsed",
"branch": "gh-pages",
"cname": "tsed.io"
},
{
"dir": "./docs-references/.vuepress/dist",
Expand Down

0 comments on commit 9a19478

Please sign in to comment.