We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81d469 commit 7fc88adCopy full SHA for 7fc88ad
website/docs/zh/config/lib/redirect.mdx
@@ -116,7 +116,7 @@ const defaultRedirect = {
116
// src/index.ts
117
import '@/css/index.css'; // src/css/index.css
118
// dist/index.js
119
-import './css/index.css'; // dist/css/index.css
+import './css/index.css'; // dist/css/index.css
120
```
121
122
### redirect.style.extension
0 commit comments