diff --git a/README.md b/README.md index 1a4d4a4..56264a3 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,10 @@ pnpm i ```sh pnpm run dev ``` + +### Push to production +this pushes the repo to my personal server pod on gitea, which is mirroring to github, where the main branch gets deployed by vercel @ blog.andert.me +```sh +git push -u andert +``` + diff --git a/src/routes/footer.svelte b/src/routes/footer.svelte index 7faec88..45e6c59 100644 --- a/src/routes/footer.svelte +++ b/src/routes/footer.svelte @@ -3,7 +3,7 @@