fix: some errors
All checks were successful
Deploy to SFTP Server / build (push) Successful in 21m8s
All checks were successful
Deploy to SFTP Server / build (push) Successful in 21m8s
This commit is contained in:
parent
aa333eb2cd
commit
19a703367d
@ -45,7 +45,7 @@ const link = translatePath(`/${collection}/${id.split("/")[0]}`);
|
|||||||
<Image
|
<Image
|
||||||
hash
|
hash
|
||||||
loader={false}
|
loader={false}
|
||||||
src={cover}
|
src={cover as ImageMetadata}
|
||||||
alt={"cover for " + title}
|
alt={"cover for " + title}
|
||||||
class="right-0 h-full object-cover object-center rounded-none border-l border-neutral"
|
class="right-0 h-full object-cover object-center rounded-none border-l border-neutral"
|
||||||
/>
|
/>
|
||||||
|
@ -22,7 +22,11 @@ import "./global.css";
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="props" content={JSON.stringify(Astro.props)} />
|
<meta name="props" content={JSON.stringify(Astro.props)} />
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
<script defer src="https://umami.max-richter.dev/script.js" data-website-id="bf418035-fd77-48c6-bc0c-f7f5e2bc6522"></script>
|
<script
|
||||||
|
is:inline
|
||||||
|
defer
|
||||||
|
src="https://umami.max-richter.dev/script.js"
|
||||||
|
data-website-id="bf418035-fd77-48c6-bc0c-f7f5e2bc6522"></script>
|
||||||
<AstroFont
|
<AstroFont
|
||||||
config={[
|
config={[
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user