diff --git a/config.toml b/config.toml index b81b4a2..77a25a7 100644 --- a/config.toml +++ b/config.toml @@ -44,6 +44,10 @@ target = "assets/scripts/popper" source = "./node_modules/bootstrap/scss" target = "assets/styles/bootstrap" +[[module.mounts]] +source = "./node_modules/bootswatch/dist/" +target = "assets/styles/bootswatch" + [[module.mounts]] source = "./node_modules/bootstrap/dist/js" target = "assets/scripts/bootstrap"