a textual notation to locate fields within atproto records (draft spec) microcosm.tngl.io/RecordPath/
9
fork

Configure Feed

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

load assets from relative paths

phil 8e9bd6fe 97c74753

+4 -1
+4 -1
playground/svelte.config.js
··· 10 10 // adapter-auto only supports some environments, see https://svelte.dev/docs/kit/adapter-auto for a list. 11 11 // If your environment is not supported, or you settled on a specific environment, switch out the adapter. 12 12 // See https://svelte.dev/docs/kit/adapters for more information about adapters. 13 - adapter: adapter() 13 + adapter: adapter(), 14 + paths: { 15 + relative: true 16 + } 14 17 } 15 18 }; 16 19