fix: links
Signed-off-by: Filipe Medeiros <hello@filipesm.eu>
This commit is contained in:
parent
b973949620
commit
42b31070ff
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -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>
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue