fix: links
Signed-off-by: Filipe Medeiros <hello@filipesm.eu>
This commit is contained in:
parent
b973949620
commit
42b31070ff
|
@ -5,7 +5,8 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"start": "astro dev",
|
"start": "astro dev",
|
||||||
"build": "astro build",
|
"build": "astro build && echo low-tech.filipesm.eu > ./dist/CNAME",
|
||||||
|
"surge": "surge dist",
|
||||||
"preview": "astro preview",
|
"preview": "astro preview",
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
|
|
|
@ -29,8 +29,12 @@ const hasFooter = !!footer;
|
||||||
<InlineLink href="https://mastodon.green/@filipesm">
|
<InlineLink href="https://mastodon.green/@filipesm">
|
||||||
Mastodon
|
Mastodon
|
||||||
</InlineLink>
|
</InlineLink>
|
||||||
<InlineLink href="https://codeberg/filipesm">Codeberg</InlineLink>
|
<InlineLink href="https://codeberg.org/filipesm">
|
||||||
<InlineLink href="https://bandcamp/filipesm">Bandcamp</InlineLink>
|
Codeberg
|
||||||
|
</InlineLink>
|
||||||
|
<InlineLink href="https://bandcamp.com/filipesm">
|
||||||
|
Bandcamp
|
||||||
|
</InlineLink>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue