xmr-remote-nodes/frontend/src/routes/add-node/+page.js
ditatompel d13a427c6d
removing admin UI and layout #2
This become only one layout for Web UI
2024-05-18 20:36:33 +07:00

12 lines
382 B
JavaScript

/** @type {import('./$types').PageLoad} */
export async function load({ data }) {
/* 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'
}
};
}