mirror of
https://github.com/cupcakearmy/nicco.io.git
synced 2025-04-02 16:28:18 +00:00
Compare commits
2 Commits
3f9add3d89
...
2317867e52
Author | SHA1 | Date | |
---|---|---|---|
2317867e52 | |||
88df111a1b |
26
package.json
26
package.json
@ -10,25 +10,25 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/check": "^0.9.4",
|
||||
"@astrojs/markdown-remark": "^6.0.0",
|
||||
"@astrojs/mdx": "^4.0.1",
|
||||
"@astrojs/rss": "^4.0.9",
|
||||
"@astrojs/markdown-remark": "^6.1.0",
|
||||
"@astrojs/mdx": "^4.0.8",
|
||||
"@astrojs/rss": "^4.0.11",
|
||||
"@astrojs/sitemap": "^3.2.1",
|
||||
"@astrojs/svelte": "^7.0.1",
|
||||
"@fontsource-variable/jost": "^5.1.1",
|
||||
"@fontsource-variable/playfair-display": "^5.1.0",
|
||||
"@iconify-json/ion": "^1.2.1",
|
||||
"astro": "^5.0.8",
|
||||
"fuse.js": "^7.0.0",
|
||||
"@astrojs/svelte": "^7.0.4",
|
||||
"@fontsource-variable/jost": "^5.1.2",
|
||||
"@fontsource-variable/playfair-display": "^5.1.1",
|
||||
"@iconify-json/ion": "^1.2.2",
|
||||
"astro": "^5.3.0",
|
||||
"fuse.js": "^7.1.0",
|
||||
"mdast-util-to-string": "^4.0.0",
|
||||
"reading-time": "^1.5.0",
|
||||
"rehype-autolink-headings": "^7.1.0",
|
||||
"remark-toc": "^9.0.0",
|
||||
"sass": "^1.81.1",
|
||||
"sass": "^1.85.0",
|
||||
"sharp": "^0.33.5",
|
||||
"svelte": "^5.5.2",
|
||||
"typescript": "^5.7.2",
|
||||
"unplugin-icons": "^0.21.0"
|
||||
"svelte": "^5.20.2",
|
||||
"typescript": "^5.7.3",
|
||||
"unplugin-icons": "^22.1.0"
|
||||
},
|
||||
"packageManager": "pnpm@9.14.4"
|
||||
}
|
||||
|
1994
pnpm-lock.yaml
generated
1994
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -41,14 +41,11 @@ if (Astro.props.title) {
|
||||
<meta property="og:url" content={Astro.url} />
|
||||
<meta property="og:title" content={title} />
|
||||
<meta property="og:description" content={description} />
|
||||
<!-- <meta property="og:image" content={new URL(image, Astro.url)} /> -->
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image" />
|
||||
<meta property="twitter:url" content={Astro.url} />
|
||||
<meta property="twitter:title" content={title} />
|
||||
<meta property="twitter:description" content={description} />
|
||||
<!-- <meta property="twitter:image" content={new URL(image, Astro.url)} /> -->
|
||||
<!-- Mastodon -->
|
||||
<a style="display: none;" rel="me" href="https://mastodon.social/@cupcakearmy">Mastodon</a>
|
||||
<meta name="fediverse:creator" content="@cupcakearmy@mastodon.social">
|
||||
|
||||
|
||||
<script
|
||||
is:inline
|
||||
|
Loading…
x
Reference in New Issue
Block a user