Skip to content

Commit 7fc88ad

Browse files
committed
chore: update
1 parent f81d469 commit 7fc88ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/zh/config/lib/redirect.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const defaultRedirect = {
116116
// src/index.ts
117117
import '@/css/index.css'; // src/css/index.css
118118
// dist/index.js
119-
import './css/index.css'; // dist/css/index.css
119+
import './css/index.css'; // dist/css/index.css
120120
```
121121

122122
### redirect.style.extension

0 commit comments

Comments
 (0)