Skip to content

Commit

Permalink
feat(docs): removed meta robots and added meta og:url
Browse files Browse the repository at this point in the history
  • Loading branch information
93lucasp authored and prometherion committed Nov 6, 2021
1 parent da83a87 commit e83f344
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
10 changes: 4 additions & 6 deletions docs/src/pages/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,10 @@ export default {
property: "twitter:description",
content: this.$page.metadata.siteDescription,
},
// {
// property: "og:url",
// content: window.location.href ,
// },
// TO CHANGE
{ name: "robots", content: "noindex, nofollow" },
{
property: "og:url",
content: "https://capsule.clastix.io/",
},
],
};
},
Expand Down
12 changes: 5 additions & 7 deletions docs/src/templates/MarkdownPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,10 @@ export default {
property: "twitter:description",
content: this.$page.metadata.siteDescription,
},
// {
// property: "og:url",
// content: "",
// },
// TO CHANGE
{ name: "robots", content: "noindex, nofollow" },
{
property: "og:url",
content: `https://capsule.clastix.io${this.$page.markdownPage.path}`,
},
],
};
},
Expand Down Expand Up @@ -131,7 +129,7 @@ export default {
blockquote {
@apply border-l-4 pl-4 ml-4 my-4 border-solid border-primary;
}
ol,
ul {
@apply pl-5;
Expand Down

0 comments on commit e83f344

Please sign in to comment.