fix: links

Signed-off-by: Filipe Medeiros <hello@filipesm.eu>
This commit is contained in:
Filipe Medeiros 2023-04-09 17:35:38 +01:00
parent b973949620
commit 42b31070ff
Signed by: filipe
GPG key ID: 9533BD5467CC1E78
2 changed files with 8 additions and 3 deletions

View file

@ -5,7 +5,8 @@
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"build": "astro build && echo low-tech.filipesm.eu > ./dist/CNAME",
"surge": "surge dist",
"preview": "astro preview",
"astro": "astro"
},

View file

@ -29,8 +29,12 @@ const hasFooter = !!footer;
<InlineLink href="https://mastodon.green/@filipesm">
Mastodon
</InlineLink>
<InlineLink href="https://codeberg/filipesm">Codeberg</InlineLink>
<InlineLink href="https://bandcamp/filipesm">Bandcamp</InlineLink>
<InlineLink href="https://codeberg.org/filipesm">
Codeberg
</InlineLink>
<InlineLink href="https://bandcamp.com/filipesm">
Bandcamp
</InlineLink>
</div>
</footer>
)