diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-10 02:21:42 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-10 02:21:42 +0300 |
commit | 4eeec178fc2ccce14ef40bfa413738ff693af38c (patch) | |
tree | 209d24dbcd8b896448db90a24d0fe69b926ca13c /_config_dev.yml | |
parent | workflows/jekyll: merge jobs, Bundler caching (diff) | |
download | sorting-algorithms-4eeec178fc2ccce14ef40bfa413738ff693af38c.tar.gz sorting-algorithms-4eeec178fc2ccce14ef40bfa413738ff693af38c.zip |
bump jekyll-theme
Diffstat (limited to '_config_dev.yml')
-rw-r--r-- | _config_dev.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/_config_dev.yml b/_config_dev.yml index febc099..2206d4d 100644 --- a/_config_dev.yml +++ b/_config_dev.yml @@ -1,3 +1,5 @@ -minified_externals: false +baseurl: '' -baseurl: "" +settings: + 3rdparty: + minified: false |