data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add 'best viewed on desktop' button

dusk 916c9f2d c3555f95

+12 -7
+12 -7
src/routes/+page.svelte
··· 11 11 } 12 12 13 13 const buttons = [ 14 - { name: 'skyrina', url: 'https://skyrina.dev/', image: '/others/skylar.gif' }, 14 + { 15 + name: '250kb club', 16 + url: 'https://250kb.club/gaze-systems/', 17 + image: '/others/250kb.webp' 18 + }, 15 19 { 16 20 name: 'candlelitsmiles', 17 21 url: 'https://candlelitsmiles.neocities.org', ··· 19 23 }, 20 24 { name: 'julia', url: 'https://aph.nekoweb.org', image: '/others/aph.gif' }, 21 25 { name: 'rain', url: 'https://slonk.ing/', image: '/others/slonk.gif' }, 22 - { 23 - name: '250kb club', 24 - url: 'https://250kb.club/gaze-systems/', 25 - image: '/others/250kb.webp' 26 - }, 27 26 { 28 27 name: 'indieweb', 29 28 url: 'https://indieweb.org/', ··· 43 42 name: 'moonlight', 44 43 url: 'https://moonlight-mod.github.io/', 45 44 image: '/others/moonlightnow.gif' 46 - } 45 + }, 46 + { 47 + name: 'desktop!!', 48 + url: '/', 49 + image: '/others/desktopwebp.webp' 50 + }, 51 + { name: 'skyrina', url: 'https://skyrina.dev/', image: '/others/skylar.gif' } 47 52 ]; 48 53 49 54 let { data }: Props = $props();
static/others/desktopwebp.webp

This is a binary file and will not be displayed.