this repo has no description

Typos and proper links

astrra.space 8cf19c6a 8a2ad07d

verified
+6 -6
+6 -6
README.md
··· 40 40 41 41 ## configuring 42 42 43 - `config.ts` is the main configuration file, you can find more information in the file itself. 43 + [`config.ts`](config.ts) is the main configuration file, you can find more information in the file itself. 44 44 45 45 ## theming 46 46 ··· 48 48 49 49 relevant files: 50 50 51 - - `src/App.svelte` 52 - - `src/app.css` 53 - - `src/lib/AccountComponent.svelte` 54 - - `src/lib/PostComponent.svelte` 51 + - [`src/App.svelte`](src/App.svelte) 52 + - [`src/app.css`](src/app.css) 53 + - [`src/lib/AccountComponent.svelte`](src/lib/AccountComponent.svelte) 54 + - [`src/lib/PostComponent.svelte`](src/lib/PostComponent.svelte) 55 55 56 - the favicon is located at `public/favicon.png` 56 + the favicon is located at [`public/favicon.ico`](public/favicon.ico) 57 57 58 58 ## License 59 59