Skip to content

Commit b482f47

Browse files
committed
fix: docs webmanifest
1 parent 843c106 commit b482f47

File tree

5 files changed

+33
-33
lines changed

5 files changed

+33
-33
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"author": "Matt Levy",
3030
"license": "MIT",
3131
"devDependencies": {
32-
"cypress": "7.1.0",
32+
"cypress": "7.2.0",
3333
"http-server": "0.12.3",
3434
"npm-run-all": "4.1.5",
3535
"open-cli": "6.0.1",

site/package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"clean-css": "5.1.2",
2828
"concat-cli": "4.0.0",
2929
"cross-env": "7.0.3",
30-
"cssnano": "5.0.1",
30+
"cssnano": "5.0.2",
3131
"eleventy-plugin-nesting-toc": "1.3.0",
3232
"html-minifier": "4.0.0",
3333
"markdown-it": "12.0.6",
@@ -37,15 +37,15 @@
3737
"mkdirp": "1.0.4",
3838
"ncp": "2.0.0",
3939
"npm-run-all": "4.1.5",
40-
"postcss": "8.2.12",
40+
"postcss": "8.2.13",
4141
"postcss-cli": "8.3.1",
4242
"rimraf": "3.0.2",
4343
"rollup": "2.45.2",
4444
"rollup-plugin-filesize": "9.1.1",
4545
"rollup-plugin-terser": "7.0.2",
4646
"slugify": "1.5.0",
4747
"standard": "16.0.3",
48-
"terser": "5.6.1",
48+
"terser": "5.7.0",
4949
"workbox-cli": "6.1.5"
5050
}
5151
}

site/src/_includes/main.njk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link rel="icon" href="/favicon.ico">
1111
<link rel="icon" href="/img/logo.svg" type="image/svg+xml">
1212
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
13-
<link rel="manifest" href="/ficusjs-script.webmanifest">
13+
<link rel="manifest" href="/ficus.webmanifest">
1414
<meta name="theme-color" content="#54e4e5">
1515
<!-- component css START -->
1616
{% set css %}
@@ -43,8 +43,8 @@
4343
</symbol>
4444
</svg>
4545
<nav class="fd-logo">
46-
<img id="ficus-logo" src="/assets/img/ficus-script-logo.svg" height="32" alt="FicusJS Components">
47-
<img id="ficus-logo-white" src="/assets/img/ficus-script-logo-white.svg" height="32" alt="FicusJS Components" style="display: none;">
46+
<img id="ficus-logo" src="/assets/img/ficus-script-logo.svg" height="32" alt="FicusJS Components" style="display: none;">
47+
<img id="ficus-logo-white" src="/assets/img/ficus-script-logo-white.svg" height="32" alt="FicusJS Components">
4848
</nav>
4949

5050
<button type="button" class="fc-navbar__toggler">

0 commit comments

Comments
 (0)