From b50a35cfb1ffabda29b5d4573ef7de88a313aacf Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 20 Dec 2022 21:16:09 -0600 Subject: [PATCH] Add mount for Bootswatch --- config.toml | 4 ++++ 1 file changed, 4 insertions(+) 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"