Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

💬 Update site title & desc #1465

Merged
merged 1 commit into from
Nov 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions locales/client/cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -504,12 +504,12 @@
},
"HomeV2": {
"Meta": {
"Description": "LikeCoin is a public blockchain for content monetization, attribution and distribution.",
"Description": "LikeCoin reinvents the publishing industry with decentralized registry, rewards, editorial, and governance",
"Og": {
"Description": "@:HomeV2.Meta.Description",
"Title": "@:HomeV2.Meta.Title"
},
"Title": "LikeCoin - the content protocol"
"Title": "LikeCoin - Decentralized Publishing Infrastructure"
}
},
"AboutPage": {
Expand Down
4 changes: 2 additions & 2 deletions locales/client/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -534,12 +534,12 @@
},
"HomeV2": {
"Meta": {
"Description": "LikeCoin is a public blockchain for content monetization, attribution and distribution.",
"Description": "LikeCoin reinvents the publishing industry with decentralized registry, rewards, editorial, and governance",
"Og": {
"Description": "@:HomeV2.Meta.Description",
"Title": "@:HomeV2.Meta.Title"
},
"Title": "LikeCoin - the content protocol"
"Title": "LikeCoin - Decentralized Publishing Infrastructure"
}
},
"AboutPage": {
Expand Down
8 changes: 4 additions & 4 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ const nuxtConfig = {
CRISP_WEBSITE_ID: process.env.CRISP_WEBSITE_ID,
},
head: {
title: 'LikeCoin - the content protocol',
title: 'LikeCoin - Decentralized Publishing Infrastructure',
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ name: 'mobile-web-app-capable', content: 'yes' },
{ hid: 'description', name: 'description', content: 'LikeCoin is a public blockchain for content monetization, attribution and distribution.' },
{ hid: 'og_title', property: 'og:title', content: 'LikeCoin - the content protocol' },
{ hid: 'og_description', property: 'og:description', content: 'LikeCoin is a public blockchain for content monetization, attribution and distribution.' },
{ hid: 'description', name: 'description', content: 'LikeCoin reinvents the publishing industry with decentralized registry, rewards, editorial, and governance' },
{ hid: 'og_title', property: 'og:title', content: 'LikeCoin - Decentralized Publishing Infrastructure' },
{ hid: 'og_description', property: 'og:description', content: 'LikeCoin reinvents the publishing industry with decentralized registry, rewards, editorial, and governance' },
{ hid: 'og_image', property: 'og:image', content: 'https://like.co/images/og/default.png' },
{ hid: 'og_image_alt', property: 'og:image:alt', content: 'LikeCoin' },
{ hid: 'og_image_width', property: 'og:image:width', content: '1200' },
Expand Down