Fix local Bootstrap paths to be relative
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user