Fix local Bootstrap paths to be relative

master
Will Faught 3 years ago
parent 32e3a084fb
commit b34b2746bd

@ -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

Loading…
Cancel
Save