mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
refactor: swap render for Delta Space
This commit is contained in:
parent
58961825d0
commit
fd8206b9e0
1 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@
|
|||
['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/' }],
|
||||
['d', { name: 'DeltaSpace', url: 'https://deta.space' }],
|
||||
['c', { name: 'ChatGPT', url: 'https://chat.openai.com/' }],
|
||||
// ['m', { name: 'Morphic', url: 'https://www.morphic.sh/' }],
|
||||
['s', { name: 'Server', url: 'http://192.168.1.139/#' }],
|
||||
|
|
@ -550,4 +550,4 @@
|
|||
<main>
|
||||
<commands-component></commands-component>
|
||||
<search-component></search-component>
|
||||
</main>
|
||||
</main>
|
||||
|
|
|
|||
Loading…
Reference in a new issue