Skip to content

Commit

Permalink
fix(create): fix hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Sep 17, 2022
1 parent dffc637 commit 6082809
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/create/template/en-US/.vuepress/theme.ts
Expand Up @@ -3,7 +3,7 @@ import navbar from "./navbar.js";
import sidebar from "./sidebar.js";

export default hopeTheme({
hostname: "https://vuepress-theme-hope-v2-demo.mrhope.site",
hostname: "https://GITHUB_USERNAME.github,io",

author: {
name: "Mr.Hope",
Expand Down
2 changes: 1 addition & 1 deletion packages/create/template/i18n/.vuepress/theme.ts
Expand Up @@ -3,7 +3,7 @@ import * as navbar from "./navbar/index.js";
import * as sidebar from "./sidebar/index.js";

export default hopeTheme({
hostname: "https://vuepress-theme-hope-v2-demo.mrhope.site",
hostname: "https://GITHUB_USERNAME.github,io",

author: {
name: "Mr.Hope",
Expand Down
2 changes: 1 addition & 1 deletion packages/create/template/zh-CN/.vuepress/theme.ts
Expand Up @@ -3,7 +3,7 @@ import navbar from "./navbar.js";
import sidebar from "./sidebar.js";

export default hopeTheme({
hostname: "https://vuepress-theme-hope-v2-demo.mrhope.site",
hostname: "https://GITHUB_USERNAME.github,io",

author: {
name: "Mr.Hope",
Expand Down

0 comments on commit 6082809

Please sign in to comment.