Skip to content

Commit

Permalink
🔍️ Unify Liker Land as site name
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Dec 2, 2023
1 parent edc5c0a commit f080754
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@
"creator": "I'm a Creator too",
"home": "Home",
"logout": "Logout",
"openWithApp": "Open with Liker.Land app",
"openWithApp": "Open with Liker Land app",
"settings": "@:SettingsPage.title",
"support": "Support"
},
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh-Hant.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
"index_page_nft_book_likenft1afme4cy9vqzg5sk2lu0wku57vc94laf309msxepu9sr4qkfv2trqwdtm9q_content": "室友失踪,疑似遇害;見工面試,被人冷待;身無長物,落魄無奈!在這艱難混亂的時刻,天賜悠美一張夢幻般的古典畫桌!公寓僅有的空間根本容不下,可是悠美蠻勁爆發,決定棄床,寧願席地而睡,也要擁有那張 Dream Desk!\\n《棄床記》是袁建滔創作的「棄字頭」小說首部曲,另還著有《棄形記》和《棄車記》。",
"index_page_nft_book_likenft1afme4cy9vqzg5sk2lu0wku57vc94laf309msxepu9sr4qkfv2trqwdtm9q_heading": "作品簡介",
"index_page_nft_book_paid_mint_button": "購買完整版",
"index_page_nft_book_quote": "我至今只有在 Liker.Land 生態感受到 NFT 應有的「温度」,這種 UX 是所有其他 web3 所謂項目都沒有的。",
"index_page_nft_book_quote": "我至今只有在 Liker Land 生態感受到 NFT 應有的「温度」,這種 UX 是所有其他 web3 所謂項目都沒有的。",
"index_page_nft_book_quote_author": "尹思哲",
"index_page_nft_book_quote_author_title": "前《信報》科技新聞版編輯",
"learnMore": "了解更多",
Expand Down
9 changes: 8 additions & 1 deletion src/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const path = require('path');
const { getSitemapRoutes } = require('./config/sitemap');
const { theme } = require('./tailwind.config');

const siteName = 'Liker.Land';
const siteName = 'Liker Land';

const {
IS_TESTNET,
Expand Down Expand Up @@ -121,6 +121,13 @@ const nuxtConfig = {
{
hid: 'schema',
innerHTML: JSON.stringify([
{
'@context': 'https://schema.org',
'@type': 'WebSite',
name: 'Liker Land',
alternateName: ['Liker.Land'],
url: 'https://like.co/',
},
{
'@context': 'http://www.schema.org',
'@type': 'OnlineStore',
Expand Down

0 comments on commit f080754

Please sign in to comment.