From 1156b8dea4aeeeea9c0afc3dd2e291268696fda6 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Tue, 7 Mar 2023 09:16:47 -0800 Subject: [PATCH] Fix Bootstrap SCSS mount --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 2500646a..864989d5 100644 --- a/config.yaml +++ b/config.yaml @@ -28,7 +28,7 @@ module: - source: "node_modules/bootstrap/js/dist" target: "static/paige/bootstrap" - source: "node_modules/bootstrap/scss" - target: "static/paige/bootstrap" + target: "assets/paige/bootstrap" # Bootstrap Icons - source: "node_modules/bootstrap-icons/font/fonts" target: "static/paige/bootstrap-icons/fonts"