mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-02-14 18:09:58 +00:00
feat(docs): removed meta robots and added meta og:url
This commit is contained in:
committed by
Dario Tranchitella
parent
da83a8711a
commit
e83f344cdc
@@ -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/",
|
||||
},
|
||||
],
|
||||
};
|
||||
},
|
||||
|
||||
@@ -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}`,
|
||||
},
|
||||
],
|
||||
};
|
||||
},
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user