Skip to content

Commit

Permalink
Homogeneize cache path for plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Sep 4, 2023
1 parent 5dfbe14 commit c9c7e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ plugins:
- termynal
- privacy:
enabled: !ENV [MKDOCS_ENABLE_PLUGIN_PRIVACY, true]
assets_fetch_dir:
cache_dir:
!ENV [MKDOCS_PLUGIN_PRIVACY_EXTERNAL_CACHE_DIR, .cache/plugins/privacy]
links_attr_map:
target: _blank
Expand Down

0 comments on commit c9c7e98

Please sign in to comment.