Skip to content

Commit 3f6e91a

Browse files
committed
Add --assetrefs=disabled to readme
1 parent 6f76d50 commit 3f6e91a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,15 @@ npx @11ty/import [type] [target] --cacheduration=20m
4444
# Change output format (default: markdown)
4545
npx @11ty/import [type] [target] --format=html
4646

47-
# Change asset reference URLs: relative (default), absolute, colocate
47+
# Change asset reference URLs: relative (default), absolute, colocate, disabled
4848
# slug.md and assets/asset.png with <img src="assets/asset.png">
4949
npx @11ty/import [type] [target] --assetrefs=relative
5050
# slug.md and assets/asset.png with <img src="/assets/asset.png">
5151
npx @11ty/import [type] [target] --assetrefs=absolute
5252
# slug/index.md and slug/asset.png with <img src="asset.png">
5353
npx @11ty/import [type] [target] --assetrefs=colocate
54+
# Don’t download any assets
55+
npx @11ty/import [type] [target] --assetrefs=disabled
5456

5557
# EXPERIMENTAL: Persist *new* non-draft content
5658
# - `github` persist type requires a `GITHUB_TOKEN` environment variable.

0 commit comments

Comments
 (0)