Change to pnpm
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
"typescript": "^5.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@flydotio/dockerfile": "latest",
|
||||
"@tailwindcss/typography": "^0.5.10",
|
||||
"prettier": "^3.2.5",
|
||||
"prettier-plugin-astro": "^0.13.0"
|
||||
|
4646
pnpm-lock.yaml
generated
Normal file
4646
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -19,10 +19,6 @@ const { title, description, image = '/blog-placeholder-1.jpg' } = Astro.props;
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
|
||||
<!-- Font preloads -->
|
||||
<link rel="preload" href="/fonts/atkinson-regular.woff" as="font" type="font/woff" crossorigin />
|
||||
<link rel="preload" href="/fonts/atkinson-bold.woff" as="font" type="font/woff" crossorigin />
|
||||
|
||||
<!-- Canonical URL -->
|
||||
<link rel="canonical" href={canonicalURL} />
|
||||
|
||||
|
Reference in New Issue
Block a user