Skip to content

Commit

Permalink
feat: optimize type
Browse files Browse the repository at this point in the history
  • Loading branch information
kuizuo committed Dec 25, 2023
1 parent 706d141 commit ded0ba3
Show file tree
Hide file tree
Showing 6 changed files with 282 additions and 281 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"prettier.enable": true,
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": false
"source.fixAll": "explicit",
"source.organizeImports": "never"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
Expand Down
270 changes: 0 additions & 270 deletions docusaurus.config.js

This file was deleted.

Loading

1 comment on commit ded0ba3

@vercel
Copy link

@vercel vercel bot commented on ded0ba3 Dec 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-git-main-kuizuo1.vercel.app
kuizuo.cn
blog-kuizuo1.vercel.app
blog-kuizuo.vercel.app

Please sign in to comment.