Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
nnecec committed Aug 25, 2023
2 parents b180535 + e609f1b commit 48be6a5
Show file tree
Hide file tree
Showing 6 changed files with 1,021 additions and 695 deletions.
1 change: 0 additions & 1 deletion .prettierrc

This file was deleted.

2 changes: 1 addition & 1 deletion app/(enter)/posts/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default async function PostsPage({ searchParams }: { searchParams: { tag?
return (
<div className="mb-4" key={post.slug}>
<Link className="no-underline" href={`/posts${post.slug}`}>
<h2 className="inline-block bg-current from-pink-500 to-yellow-500 bg-clip-text text-primary hover:bg-gradient-to-r hover:text-transparent">
<h2 className="inline-block bg-current from-pink-500 to-yellow-500 bg-clip-text hover:bg-gradient-to-r hover:text-transparent">
{post.title}
</h2>
</Link>
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,17 @@
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.6.9",
"@markdoc/markdoc": "^0.3.0",
"@markdoc/markdoc": "^0.3.2",
"@marp-team/marp-core": "^3.8.0",
"@motionone/utils": "^10.15.1",
"@nextui-org/react": "^2.0.14",
"@tabler/icons-react": "^2.30.0",
"@nextui-org/react": "^2.1.5",
"@tabler/icons-react": "^2.32.0",
"clsx": "^2.0.0",
"daisyui": "^3.5.1",
"dayjs": "^1.11.9",
"framer-motion": "^10.15.1",
"framer-motion": "^10.16.1",
"gray-matter": "4.0.3",
"mermaid": "^10.3.1",
"next": "^13.4.13",
"next": "^13.4.19",
"prism-react-renderer": "^2.0.6",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
Expand All @@ -46,20 +45,21 @@
"@nnecec/eslint-config": "^0.6.2",
"@nnecec/prettier-config": "^0.3.1",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^20.4.10",
"@types/node": "^20.5.6",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.2.20",
"@types/react": "^18.2.21",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.14",
"autoprefixer": "^10.4.15",
"cssnano": "^6.0.1",
"eslint": "^8.47.0",
"eslint-config-next": "^13.4.13",
"eslint-config-next": "^13.4.19",
"husky": "^8.0.3",
"postcss": "^8.4.27",
"postcss": "^8.4.28",
"postcss-import": "^15.1.0",
"prettier-plugin-zh": "^0.3.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
Loading

1 comment on commit 48be6a5

@vercel
Copy link

@vercel vercel bot commented on 48be6a5 Aug 25, 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:

blog – ./

blog-nnecec.vercel.app
blog-git-main-nnecec.vercel.app
nnecec.vercel.app

Please sign in to comment.