Skip to content

Commit

Permalink
docs(zh): fix postcss configuration file path (#4301)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnq2000 authored Oct 22, 2024
1 parent b893550 commit d870ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh/guide/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Wraps in a <div class="vp-raw">
$ npm add -D postcss
```

- 创建 `docs/.postcssrc.cjs` 文件并将以下内容添加到其中:
- 创建 `docs/postcss.config.mjs` 文件并将以下内容添加到其中:

```js
import { postcssIsolateStyles } from 'vitepress'
Expand Down

0 comments on commit d870ba4

Please sign in to comment.