From b34b2746bd95fc255351b6c76ab9db50840b98a2 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 21 Dec 2022 13:11:05 -0800 Subject: [PATCH] Fix local Bootstrap paths to be relative --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 413f49e2..281a38b2 100644 --- a/README.md +++ b/README.md @@ -208,9 +208,9 @@ paige: yandex: # metrica.yandex.com account_id: "123456" bootstrap: - icons_path: "/my-assets/my-bootstrap-icons.css" # Use local Bootstrap icons - scripts_path: "/my-assets/my-bootstrap.bundle.min.js" # Use local Bootstrap scripts - styles_path: "/my-assets/my-bootstrap.min.css" # Use local Bootstrap styles + icons_path: "my-assets/my-bootstrap-icons.css" # Use local Bootstrap icons + scripts_path: "my-assets/my-bootstrap.bundle.min.js" # Use local Bootstrap scripts + styles_path: "my-assets/my-bootstrap.min.css" # Use local Bootstrap styles color: "#123456" # Theme color for Safari and Windows comments: cactus: # cactus.chat