chore: move pico css import from npm

This commit is contained in:
Nicola Zambello 2023-05-31 10:36:20 +02:00
parent 622515a4f6
commit 630f4e20ed
Signed by: nzambello
GPG key ID: 56E4A92C2C1E50BA
2 changed files with 1 additions and 5 deletions

File diff suppressed because one or more lines are too long

View file

@ -37,8 +37,6 @@ const canonicalURL = new URL(Astro.url.pathname, Astro.site)
<meta property="twitter:title" content={title} />
<meta property="twitter:description" content={description} />
<meta property="twitter:image" content={new URL(image, Astro.url)} />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@1/css/pico.min.css" />
</head>
<body>
<Header />