Add _path suffix to paige.bootstrap params

This commit is contained in:
Will Faught
2022-12-18 02:37:42 -08:00
parent d77586ad7d
commit ed796f3cac
3 changed files with 6 additions and 6 deletions

View File

@@ -185,9 +185,9 @@ paige:
yandex: # metrica.yandex.com
account_id: "123456"
bootstrap:
icons: "/my-assets/my-bootstrap-icons.css" # Use local Bootstrap icons
scripts: "/my-assets/my-bootstrap.bundle.min.js" # Use local Bootstrap scripts
styles: "/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
comments:
cactus: # cactus.chat
account_id: "123456"