Skip to content

Commit d870ba4

Browse files
authored
docs(zh): fix postcss configuration file path (#4301)
1 parent b893550 commit d870ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh/guide/markdown.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Wraps in a <div class="vp-raw">
245245
$ npm add -D postcss
246246
```
247247

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

250250
```js
251251
import { postcssIsolateStyles } from 'vitepress'

0 commit comments

Comments
 (0)