Skip to content

Commit

Permalink
fix: add ./style.css import
Browse files Browse the repository at this point in the history
  • Loading branch information
xsjcTony committed Sep 20, 2024
1 parent e94e3b9 commit acf4362
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 51 deletions.
50 changes: 0 additions & 50 deletions docs/.vitepress/plugins/externalLinkIcon.ts

This file was deleted.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs"
}
},
"./style.css": "./dist/style.css"
},
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -89,6 +90,7 @@
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
"remark-magic-link": "1.0.0-beta.6",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"remark-stringify": "^11.0.0",
Expand Down
13 changes: 13 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit acf4362

Please sign in to comment.