feat: add my page

This commit is contained in:
M1n 2024-07-18 05:01:37 +02:00
parent 13e9cd3a66
commit c113ce5482

View file

@ -50,16 +50,17 @@
['t', { name: 'Twitch', url: 'https://www.twitch.tv' }],
// ['aud', { name: 'Audible', url: 'https://www.audible.com/' }],
['n', { name: 'Hacker News', url: 'https://news.ycombinator.com' }],
['d', { name: 'DeepL', url: 'https://www.deepl.com/es/translator' }],
['f', { name: 'Cloudflare', url: 'https://dash.cloudflare.com' }],
['i', { name: 'Pico.sh', suggestions: ['i/local'], url: 'https://pico.sh/' }],
['i/local', { url: 'http://localhost:1337/' }],
['f', { name: 'Cloudflare', url: 'https://dash.cloudflare.com' }],
['r', { name: 'Render', url: 'https://dashboard.render.com/' }],
['c', { name: 'ChatGPT', url: 'https://chat.openai.com/' }],
['m', { name: 'Morphic', url: 'https://www.morphic.sh/' }],
// ['m', { name: 'Morphic', url: 'https://www.morphic.sh/' }],
['s', { name: 'Server', url: 'http://192.168.1.139/#' }],
['0', { name: 'Local', url: 'http://localhost:3000' }],
// ['0:54323', { url: 'http://localhost:54323' }],
// ['0:54324', { url: 'http://localhost:54324' }],
['m', { name: 'M1n', url: 'https://m1n.land/' }],
]);
</script>