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
|
```sh
|
||||||
pnpm run dev
|
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>
|
</script>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<a href="/imprint">Impressum</a>
|
<a href="/imprint">Made with ❤︎ in Munich - Impressum</a>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
Loading…
Reference in New Issue
Block a user