mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2025-01-08 05:52:10 +07:00
12 lines
374 B
JavaScript
12 lines
374 B
JavaScript
/** @type {import('./$types').PageLoad} */
|
|
export async function load() {
|
|
/* prettier-ignore */
|
|
return {
|
|
meta: {
|
|
title: 'Add Monero Node',
|
|
description:
|
|
'You can use this page to add known remote node to the system so my bots can monitor it.',
|
|
keywords: 'monero,monero node,monero public node,monero wallet,list monero node,monero node monitoring'
|
|
}
|
|
};
|
|
}
|