xmr-remote-nodes/frontend/src/routes/add-node/+page.js

13 lines
374 B
JavaScript
Raw Normal View History

/** @type {import('./$types').PageLoad} */
2024-06-03 17:15:50 +07:00
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'
}
};
}