Fix local Bootstrap paths to be relative
This commit is contained in:
@@ -208,9 +208,9 @@ paige:
|
|||||||
yandex: # metrica.yandex.com
|
yandex: # metrica.yandex.com
|
||||||
account_id: "123456"
|
account_id: "123456"
|
||||||
bootstrap:
|
bootstrap:
|
||||||
icons_path: "/my-assets/my-bootstrap-icons.css" # Use local Bootstrap icons
|
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
|
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
|
styles_path: "my-assets/my-bootstrap.min.css" # Use local Bootstrap styles
|
||||||
color: "#123456" # Theme color for Safari and Windows
|
color: "#123456" # Theme color for Safari and Windows
|
||||||
comments:
|
comments:
|
||||||
cactus: # cactus.chat
|
cactus: # cactus.chat
|
||||||
|
Reference in New Issue
Block a user