You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/docs/docs/guide/assets.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,12 @@ You can also use the `~` prefix to explicitly specify this is a webpack module r
17
17

18
18
```
19
19
20
+
One alias that is added by default is `@source`, if you follow the recommended [Directory Structure](./directory-structure.md) this is the `docs` folder.
21
+
22
+
```md
23
+

24
+
```
25
+
20
26
Webpack aliases can be configured via [configureWebpack](../config/README.md#configurewebpack) in `.vuepress/config.js`. Example:
0 commit comments