Skip to content

Commit 452bba9

Browse files
committed
Add passthrough for images not directly associated with content
1 parent 1625535 commit 452bba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/passthroughs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default {
1717
* Copy images to the `public` directory
1818
*
1919
* Note: Images directly associated with content should be saved
20-
* in the `src/content` directory alongside the content file where
20+
* in the `content` directory alongside the content file where
2121
* HTML transforms will optimize them automatically.
2222
*
2323
* https://www.11ty.dev/docs/plugins/image/#html-transform

0 commit comments

Comments
 (0)