diff options
| author | Julien Déramond <[email protected]> | 2022-05-17 08:37:00 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-05-17 07:51:58 -0700 |
| commit | 416f4905f13c2ca3096343e0a5a4934c8c0ced3f (patch) | |
| tree | 56224fbc2890e87580ed8156337a92ceb3ae270f | |
| parent | b5a956781f17a153626bb60ef09ef2a80dc74b8f (diff) | |
| download | bootstrap-416f4905f13c2ca3096343e0a5a4934c8c0ced3f.tar.xz bootstrap-416f4905f13c2ca3096343e0a5a4934c8c0ced3f.zip | |
Fix missing Swag Store URL
| -rw-r--r-- | config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.yml b/config.yml index 76443c758..e864d3c6e 100644 --- a/config.yml +++ b/config.yml @@ -65,6 +65,7 @@ params: blog: "https://blog.getbootstrap.com/" themes: "https://themes.getbootstrap.com/" icons: "https://icons.getbootstrap.com/" + swag: "https://cottonbureau.com/people/bootstrap" download: source: "https://github.com/twbs/bootstrap/archive/v5.2.0-beta1.zip" |
