From 8cf19c6a777c946bacef34ca0d9aa9f863de56b8 Mon Sep 17 00:00:00 2001 From: Astra Date: Mon, 21 Apr 2025 15:55:34 +0900 Subject: [PATCH] Typos and proper links --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2306ef7..a7e4b2a 100644 --- a/README.md +++ b/README.md @@ -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