mirror of
https://github.com/vale981/Vulcan
synced 2025-03-08 19:11:38 -05:00
use telescope utils
This commit is contained in:
parent
c0474f2f9d
commit
b5e332e0f0
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ const HeadTags = () => (
|
|||
{name: "description", content: settings.tagline},
|
||||
// facebook
|
||||
{property: "og:type", content: "article"},
|
||||
{property: "og:url", content: Meteor.absoluteUrl()},
|
||||
{property: "og:url", content: Telescope.utils.getSiteUrl()},
|
||||
{property: "og:image", content: settings.logoUrl},
|
||||
{property: "og:title", content: settings.siteTitle},
|
||||
{property: "og:description", content: settings.tagline},
|
||||
|
@ -27,7 +27,7 @@ const HeadTags = () => (
|
|||
{name: "twitter:description", content: settings.tagline}
|
||||
]}
|
||||
link={[
|
||||
{rel: "canonical", href: Meteor.absoluteUrl()},
|
||||
{rel: "canonical", href: Telescope.utils.getSiteUrl()},
|
||||
{rel: "shortcut icon", href: settings.favicon}
|
||||
]}
|
||||
/>
|
||||
|
|
Loading…
Add table
Reference in a new issue