diff --git a/docs/4-Configuration.md b/docs/4-Configuration.md index e1acfa34c..5caa2e954 100644 --- a/docs/4-Configuration.md +++ b/docs/4-Configuration.md @@ -840,10 +840,10 @@ You should put your assets files, used by [`asset()`](3-Templates.md#asset), in ::: :::tips -If you use [Bootstrap](https://getbootstrap.com) you can exclude the `node_modules` except specific directories, like `node_modules/bootstrap`, with a regular expression: +If you use [Bootstrap Icons](https://icons.getbootstrap.com) you can exclude the `node_modules` except `node_modules/bootstrap-icons` with a regular expression: ```yaml -exclude: ['sass', 'scss', '*.scss', 'package*.json', '#node_modules/(?!bootstrap.*)#'] +exclude: ['sass', 'scss', '*.scss', 'package*.json', '#node_modules/(?!bootstrap-icons.*)#'] ``` :::