mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2025-01-08 05:52:10 +07:00
Change the default frontpage meta tags
This commit is contained in:
parent
80039700c2
commit
e349f1d297
2 changed files with 7 additions and 6 deletions
|
@ -2,10 +2,11 @@
|
||||||
export async function load({ data }) {
|
export async function load({ data }) {
|
||||||
return {
|
return {
|
||||||
meta: {
|
meta: {
|
||||||
title: 'Monero (XMR)',
|
title: 'Monero Remote Node',
|
||||||
description:
|
description:
|
||||||
'Monero is private, decentralized cryptocurrency that keeps your finances confidential and secure.',
|
'A website that helps you monitor your favourite Monero remote nodes, a device on the internet running the Monero software with copy of the Monero blockchain.',
|
||||||
keywords: 'monero,xmr,monero node,xmrnode,cryptocurrency'
|
keywords:
|
||||||
|
'monero,monero,xmr,monero node,xmrnode,cryptocurrency,monero remote node,monero testnet,monero stagenet'
|
||||||
},
|
},
|
||||||
links: [
|
links: [
|
||||||
{ text: 'moneroworld.com', uri: 'https://moneroworld.com' },
|
{ text: 'moneroworld.com', uri: 'https://moneroworld.com' },
|
||||||
|
|
|
@ -17,9 +17,9 @@
|
||||||
|
|
||||||
/* prettier-ignore */
|
/* prettier-ignore */
|
||||||
const meta = {
|
const meta = {
|
||||||
title: 'Monero (XMR)',
|
title: 'Monero Remote Node',
|
||||||
description: 'Monero is private, decentralized cryptocurrency that keeps your finances confidential and secure.',
|
description: 'A website that helps you monitor your favourite Monero remote nodes, a device on the internet running the Monero software with copy of the Monero blockchain.',
|
||||||
keywords: 'monero,xmr,monero node,xmrnode,cryptocurrency,testnet monero node,stagenet monero node,xmr node'
|
keywords: 'monero,monero,xmr,monero node,xmrnode,cryptocurrency,monero remote node,monero testnet,monero stagenet'
|
||||||
};
|
};
|
||||||
|
|
||||||
page.subscribe((page) => {
|
page.subscribe((page) => {
|
||||||
|
|
Loading…
Reference in a new issue