feat: init

This commit is contained in:
2025-11-17 20:08:18 +08:00
parent 932c3934c8
commit dc4f21ace4
14 changed files with 3449 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.15.8"
}
}