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 }) {
|
||||
return {
|
||||
meta: {
|
||||
title: 'Monero (XMR)',
|
||||
title: 'Monero Remote Node',
|
||||
description:
|
||||
'Monero is private, decentralized cryptocurrency that keeps your finances confidential and secure.',
|
||||
keywords: 'monero,xmr,monero node,xmrnode,cryptocurrency'
|
||||
'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,monero,xmr,monero node,xmrnode,cryptocurrency,monero remote node,monero testnet,monero stagenet'
|
||||
},
|
||||
links: [
|
||||
{ text: 'moneroworld.com', uri: 'https://moneroworld.com' },
|
||||
|
|
|
@ -17,9 +17,9 @@
|
|||
|
||||
/* prettier-ignore */
|
||||
const meta = {
|
||||
title: 'Monero (XMR)',
|
||||
description: 'Monero is private, decentralized cryptocurrency that keeps your finances confidential and secure.',
|
||||
keywords: 'monero,xmr,monero node,xmrnode,cryptocurrency,testnet monero node,stagenet monero node,xmr node'
|
||||
title: 'Monero Remote Node',
|
||||
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,monero,xmr,monero node,xmrnode,cryptocurrency,monero remote node,monero testnet,monero stagenet'
|
||||
};
|
||||
|
||||
page.subscribe((page) => {
|
||||
|
|
Loading…
Reference in a new issue