"Initial commit from Astro"

This commit is contained in:
houston[bot]
2026-04-12 12:24:25 +08:00
committed by Marvin-March
commit 327f0c606a
36 changed files with 1227 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "myblog",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^5.0.3",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"astro": "^6.1.5",
"sharp": "^0.34.3"
}
}