Skip to content

Commit f9456b1

Browse files
committed
feat: migrate home page
1 parent 78782d4 commit f9456b1

File tree

7 files changed

+215
-196
lines changed

7 files changed

+215
-196
lines changed

.github/workflows/ci.yml

-5
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,3 @@ jobs:
1818

1919
- run: pnpm install --frozen-lockfile
2020
- run: pnpm run build
21-
22-
- uses: peaceiris/actions-gh-pages@v3
23-
with:
24-
github_token: ${{ secrets.GITHUB_TOKEN }}
25-
publish_dir: ./dist

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@
2424
"@astrojs/partytown": "^1.0.3",
2525
"@astrojs/rss": "^2.1.1",
2626
"@astrojs/sitemap": "^1.1.0",
27-
"astro": "^2.0.15",
27+
"astro": "^2.0.16",
2828
"nprogress": "^0.2.0"
2929
},
3030
"devDependencies": {
31-
"@iconify/json": "^2.2.27",
31+
"@iconify/json": "^2.2.29",
3232
"@ntnyq/prettier-config": "^1.3.1",
3333
"@types/fs-extra": "^11.0.1",
34-
"@types/node": "18.14.1",
34+
"@types/node": "18.14.4",
3535
"@types/nprogress": "^0.2.0",
36-
"@unocss/postcss": "^0.50.1",
37-
"@unocss/reset": "^0.50.1",
36+
"@unocss/postcss": "^0.50.3",
37+
"@unocss/reset": "^0.50.3",
3838
"dayjs": "^1.11.7",
3939
"fs-extra": "^11.1.0",
4040
"husky": "^8.0.3",
@@ -43,10 +43,10 @@
4343
"pnpm": "^7.28.0",
4444
"prettier": "^2.8.4",
4545
"prettier-plugin-astro": "^0.8.0",
46-
"rollup": "^3.17.2",
46+
"rollup": "^3.18.0",
4747
"sharp": "^0.31.3",
4848
"typescript": "^4.9.5",
49-
"unocss": "^0.50.1",
49+
"unocss": "^0.50.3",
5050
"vite": "^4.1.4"
5151
},
5252
"nano-staged": {

0 commit comments

Comments
 (0)