Updated footer to test gitea github mirroring incl vercel deploy
This commit is contained in:
parent
4feacb7f13
commit
dd4be0a949
@ -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
|
||||
```
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
</script>
|
||||
|
||||
<footer>
|
||||
<a href="/imprint">Impressum</a>
|
||||
<a href="/imprint">Made with ❤︎ in Munich - Impressum</a>
|
||||
</footer>
|
||||
|
||||
<style>
|
||||
|
Loading…
Reference in New Issue
Block a user