1
0

update for astro

This commit is contained in:
2025-07-26 15:31:43 +08:00
parent 90126beb35
commit 51733f3f2e
50 changed files with 8300 additions and 12 deletions

21
official/package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "@kevisual/official-website",
"version": "0.0.4",
"type": "module",
"basename": "/root/official",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"pub": "envision deploy ./dist -k official -v 0.0.4 -u -o root"
},
"dependencies": {
"astro": "^5.12.3"
},
"devDependencies": {
"@astrojs/mdx": "^4.3.1",
"@astrojs/react": "^4.3.0",
"@astrojs/sitemap": "^3.4.1"
}
}