Skip to content

Commit

Permalink
feat: migrate home page
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Mar 2, 2023
1 parent 78782d4 commit f9456b1
Show file tree
Hide file tree
Showing 7 changed files with 215 additions and 196 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,3 @@ jobs:

- run: pnpm install --frozen-lockfile
- run: pnpm run build

- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
"@astrojs/partytown": "^1.0.3",
"@astrojs/rss": "^2.1.1",
"@astrojs/sitemap": "^1.1.0",
"astro": "^2.0.15",
"astro": "^2.0.16",
"nprogress": "^0.2.0"
},
"devDependencies": {
"@iconify/json": "^2.2.27",
"@iconify/json": "^2.2.29",
"@ntnyq/prettier-config": "^1.3.1",
"@types/fs-extra": "^11.0.1",
"@types/node": "18.14.1",
"@types/node": "18.14.4",
"@types/nprogress": "^0.2.0",
"@unocss/postcss": "^0.50.1",
"@unocss/reset": "^0.50.1",
"@unocss/postcss": "^0.50.3",
"@unocss/reset": "^0.50.3",
"dayjs": "^1.11.7",
"fs-extra": "^11.1.0",
"husky": "^8.0.3",
Expand All @@ -43,10 +43,10 @@
"pnpm": "^7.28.0",
"prettier": "^2.8.4",
"prettier-plugin-astro": "^0.8.0",
"rollup": "^3.17.2",
"rollup": "^3.18.0",
"sharp": "^0.31.3",
"typescript": "^4.9.5",
"unocss": "^0.50.1",
"unocss": "^0.50.3",
"vite": "^4.1.4"
},
"nano-staged": {
Expand Down

1 comment on commit f9456b1

@vercel
Copy link

@vercel vercel bot commented on f9456b1 Mar 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ntnyq-site – ./

ntnyq-site.vercel.app
ntnyq-site-ntnyq1.vercel.app
ntnyq-site-git-main-ntnyq1.vercel.app

Please sign in to comment.