aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--public/assets/config.yml.dist6
-rw-r--r--yarn.lock12
2 files changed, 9 insertions, 9 deletions
diff --git a/public/assets/config.yml.dist b/public/assets/config.yml.dist
index acdd32c..63d022a 100644
--- a/public/assets/config.yml.dist
+++ b/public/assets/config.yml.dist
@@ -58,11 +58,11 @@ links:
58 - name: "Wiki" 58 - name: "Wiki"
59 icon: "fas fa-book" 59 icon: "fas fa-book"
60 url: "https://www.wikipedia.org/" 60 url: "https://www.wikipedia.org/"
61 # this will link to a second homer page that will load config from additionnal-page.yml and keep default config values as in config.yml file 61 # this will link to a second homer page that will load config from additional-page.yml and keep default config values as in config.yml file
62 # see url field and assets/additionnal-page.yml.dist used in this example: 62 # see url field and assets/additional-page.yml.dist used in this example:
63 - name: "another page!" 63 - name: "another page!"
64 icon: "fas fa-file-alt" 64 icon: "fas fa-file-alt"
65 url: "#additionnal-page" 65 url: "#additional-page"
66 66
67# Services 67# Services
68# First level array represent a group. 68# First level array represent a group.
diff --git a/yarn.lock b/yarn.lock
index e02ab82..f645ab1 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -3999,9 +3999,9 @@ flush-write-stream@^1.0.0:
3999 readable-stream "^2.3.6" 3999 readable-stream "^2.3.6"
4000 4000
4001follow-redirects@^1.0.0: 4001follow-redirects@^1.0.0:
4002 version "1.14.7" 4002 version "1.14.8"
4003 resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685" 4003 resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc"
4004 integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ== 4004 integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==
4005 4005
4006for-in@^1.0.2: 4006for-in@^1.0.2:
4007 version "1.0.2" 4007 version "1.0.2"
@@ -8227,9 +8227,9 @@ url-loader@^2.2.0:
8227 schema-utils "^2.5.0" 8227 schema-utils "^2.5.0"
8228 8228
8229url-parse@^1.4.3, url-parse@^1.5.1: 8229url-parse@^1.4.3, url-parse@^1.5.1:
8230 version "1.5.3" 8230 version "1.5.7"
8231 resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.3.tgz#71c1303d38fb6639ade183c2992c8cc0686df862" 8231 resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.7.tgz#00780f60dbdae90181f51ed85fb24109422c932a"
8232 integrity sha512-IIORyIQD9rvj0A4CLWsHkBBJuNqWpFQe224b6j9t/ABmquIS0qDU2pY6kl6AuOrL5OkCXHMCFNe1jBcuAggjvQ== 8232 integrity sha512-HxWkieX+STA38EDk7CE9MEryFeHCKzgagxlGvsdS7WBImq9Mk+PGwiT56w82WI3aicwJA8REp42Cxo98c8FZMA==
8233 dependencies: 8233 dependencies:
8234 querystringify "^2.1.1" 8234 querystringify "^2.1.1"
8235 requires-port "^1.0.0" 8235 requires-port "^1.0.0"