Typos and proper links
All checks were successful
Deploy / Deploy (push) Successful in 30s

This commit is contained in:
Astra 2025-04-21 15:55:34 +09:00
parent 8a2ad07d8b
commit 8cf19c6a77
Signed by: astra
SSH key fingerprint: SHA256:jQDNS75/33T59Ey4yAzrUPP/5YQaXEetsW8hwUae+ag

View file

@ -40,7 +40,7 @@ we use our own CI/CD workflow at [`.forgejo/workflows/deploy.yaml`](.forgejo/wor
## configuring
`config.ts` is the main configuration file, you can find more information in the file itself.
[`config.ts`](config.ts) is the main configuration file, you can find more information in the file itself.
## theming
@ -48,12 +48,12 @@ currently the only way to theme the app is to edit css in the components directl
relevant files:
- `src/App.svelte`
- `src/app.css`
- `src/lib/AccountComponent.svelte`
- `src/lib/PostComponent.svelte`
- [`src/App.svelte`](src/App.svelte)
- [`src/app.css`](src/app.css)
- [`src/lib/AccountComponent.svelte`](src/lib/AccountComponent.svelte)
- [`src/lib/PostComponent.svelte`](src/lib/PostComponent.svelte)
the favicon is located at `public/favicon.png`
the favicon is located at [`public/favicon.ico`](public/favicon.ico)
## License