Skip to content

Commit

Permalink
Corrected value for 'root_domain'
Browse files Browse the repository at this point in the history
  • Loading branch information
Shruti Kaushik committed Jun 14, 2018
1 parent 164d58d commit 3bd1132
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
"hexo-server": "^0.3.1",
"request": "^2.85.0"
}
}
}
2 changes: 1 addition & 1 deletion themes/vueNative/_config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site_description: "Vue Native - The Progressive JavaScript Framework For Mobile Apps"
# google_analytics: UA-46852172-1
root_domain: http://vuenativedocs.geekydev.com
root_domain: vue-native.io
vue_version: 0.0.5

special_sponsors:
Expand Down
2 changes: 1 addition & 1 deletion themes/vueNative/layout/layout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<meta property="og:type" content="article">
<meta property="og:title" content="<%- page.title ? page.title + ' — ' : '' %>Vue Native">
<meta property="og:description" content="<%- theme.site_description %>">
<meta property="og:image" content="https://<%- theme.root_domain %>/<%- url_for("/images/logo.png") %>">
<meta property="og:image" content="https://<%- theme.root_domain %><%- url_for("/images/logo.png") %>">

<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="<%- page.title ? page.title + ' — ' : '' %>Vue Native">
Expand Down

0 comments on commit 3bd1132

Please sign in to comment.