chore: move pico css import from npm
This commit is contained in:
parent
622515a4f6
commit
630f4e20ed
File diff suppressed because one or more lines are too long
|
|
@ -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 />
|
||||
|
|
|
|||
Loading…
Reference in a new issue