Skip to content

Commit

Permalink
Merge pull request #4 from axnir/chore/update-nextjs
Browse files Browse the repository at this point in the history
  • Loading branch information
axnir authored May 8, 2023
2 parents 19aa33e + 54bbf9e commit 9c4a525
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 88 deletions.
3 changes: 0 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ const nextConfig = {
typescript: {
ignoreBuildErrors: true,
},
experimental: {
appDir: true,
},
images: {
remotePatterns: [
{
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"prepare": "husky install"
},
"dependencies": {
"@next/mdx": "^13.3.0",
"@next/mdx": "13.4.1",
"@notionhq/client": "^2.2.4",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-navigation-menu": "^1.1.2",
"await-to-js": "^3.0.0",
"clsx": "^1.2.1",
"dayjs": "^1.11.7",
"framer-motion": "^10.11.6",
"next": "13.2.1",
"next": "13.4.1",
"probe-image-size": "^7.2.3",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
Expand Down
144 changes: 61 additions & 83 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 9c4a525

@vercel
Copy link

@vercel vercel bot commented on 9c4a525 May 8, 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-axnir.vercel.app
blog-lyart-sigma.vercel.app
blog-git-master-axnir.vercel.app

Please sign in to comment.