Skip to content

Commit ac9d2d2

Browse files
committed
chore: 🎨 update pnpm, add robots.txt
1 parent cfe84ab commit ac9d2d2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
"name": "code-of-my-blog",
33
"type": "module",
44
"version": "3.0.0",
5-
"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd",
5+
"packageManager": "pnpm@10.28.1+sha512.7d7dbbca9e99447b7c3bf7a73286afaaf6be99251eb9498baefa7d406892f67b879adb3a1d7e687fc4ccc1a388c7175fbaae567a26ab44d1067b54fcb0d6a316",
66
"description": "拿去吧!",
77
"license": "AGPL-3.0-or-later",
8+
"engines": {
9+
"node": ">=25.0.0"
10+
},
811
"scripts": {
912
"dev": "cross-env DEV=true astro dev --host",
1013
"start": "astro dev",

public/robots.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Allow: /

0 commit comments

Comments
 (0)