mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-16 23:41:20 +08:00
Compare commits
3 Commits
f05b886396
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
3d3f6e6769 | |||
ff2bb77707 | |||
f0752c8a1a |
@ -23,7 +23,7 @@
|
||||
"@giscus/react": "^3.1.0",
|
||||
"@tailwindcss/vite": "4.0.7",
|
||||
"astro": "5.2.5",
|
||||
"astro-expressive-code": "^0.40.1",
|
||||
"astro-expressive-code": "^0.41.2",
|
||||
"astro-icon": "^1.1.5",
|
||||
"astro-robots-txt": "^1.0.0",
|
||||
"astro-webmanifest": "^1.0.0",
|
||||
|
@ -121,6 +121,11 @@ const socialImageURL = new URL(ogImage ? ogImage : "/social-card.png", Astro.url
|
||||
})(window, document, "clarity", "script", "kvbyuhu6d2");
|
||||
</script>
|
||||
|
||||
<script
|
||||
defer
|
||||
src="https://cloud.umami.is/script.js"
|
||||
data-website-id="247d7726-70c1-46fd-9453-fbe95630c3d6"></script>
|
||||
|
||||
<meta content={Astro.generator} name="generator" />
|
||||
|
||||
<style is:global>
|
||||
|
@ -3,9 +3,5 @@
|
||||
---
|
||||
|
||||
<div class="prose prose-base prose-cactus max-w-none">
|
||||
<p>只是一个前端开发</p>
|
||||
<p>
|
||||
这里的更新频次会比较低,期望的是后续在这里记录一些编辑有价值或者长篇的内容,更多的比较碎片化的内容
|
||||
会发布在 <a href="https://notion.kazoottt.top" target="_blank">这里</a>
|
||||
</p>
|
||||
<p>前端 / 吉他 / 摄影 / 追星</p>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user