browse the protocol like its 2008 ibex.desertthunder.dev
ubuntu atproto svelte
7

Configure Feed

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

fix: redirects

Owais Jamil (Jun 9, 2026, 4:16 PM -0500) 50d987bd 1dc4df76

+2 -2
+1 -1
static/_redirects
··· 1 - /* /200.html 200 1 + /* /index.html 200
+1 -1
svelte.config.js
··· 6 6 extensions: ['.svelte', '.svx', '.md'], 7 7 preprocess: [mdsvex({ extensions: ['.svx', '.md'] })], 8 8 compilerOptions: { runes: ({ filename }) => (filename.split(/[/\\]/).includes('node_modules') ? undefined : true) }, 9 - kit: { adapter: adapter({ fallback: '200.html' }) } 9 + kit: { adapter: adapter({ fallback: 'index.html' }) } 10 10 }; 11 11 12 12 export default config;