mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2025-01-08 05:52:10 +07:00
11 lines
328 B
JavaScript
11 lines
328 B
JavaScript
/** @type {import('./$types').PageLoad} */
|
|
export async function load() {
|
|
/* prettier-ignore */
|
|
return {
|
|
meta: {
|
|
title: 'Probe Logs',
|
|
description: 'Monero RPC response frpm monitored remote nodes',
|
|
keywords: 'monero log,monero node log,monitoring monero log,monero,xmr,monero node,xmrnode,cryptocurrency'
|
|
}
|
|
};
|
|
}
|