diff options
Diffstat (limited to 'config.yml')
| -rw-r--r-- | config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.yml b/config.yml index eafd87945..cd3f21007 100644 --- a/config.yml +++ b/config.yml @@ -42,9 +42,9 @@ module: target: static/favicon.ico # the following are processed via Hugo pipes so we need them in the assets folder - ## the following will be printed with Hugo pipes + ## the following will be served as is - source: node_modules/docsearch.js/dist/cdn/docsearch.min.js - target: assets/js/vendor/docsearch.min.js + target: static/docs/5.0/assets/js/vendor/docsearch.min.js ## The following vendor files will be bundled together on top of local js files as /docs.js - source: node_modules/anchor-js/anchor.min.js target: assets/js/vendor/anchor.min.js |
