File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,15 @@ npx @11ty/import [type] [target] --cacheduration=20m
44
44
# Change output format (default: markdown)
45
45
npx @11ty/import [type] [target] --format=html
46
46
47
- # Change asset reference URLs: relative (default), absolute, colocate
47
+ # Change asset reference URLs: relative (default), absolute, colocate, disabled
48
48
# slug.md and assets/asset.png with <img src="assets/asset.png">
49
49
npx @11ty/import [type] [target] --assetrefs=relative
50
50
# slug.md and assets/asset.png with <img src="/assets/asset.png">
51
51
npx @11ty/import [type] [target] --assetrefs=absolute
52
52
# slug/index.md and slug/asset.png with <img src="asset.png">
53
53
npx @11ty/import [type] [target] --assetrefs=colocate
54
+ # Don’t download any assets
55
+ npx @11ty/import [type] [target] --assetrefs=disabled
54
56
55
57
# EXPERIMENTAL: Persist *new* non-draft content
56
58
# - `github` persist type requires a `GITHUB_TOKEN` environment variable.
You can’t perform that action at this time.
0 commit comments