Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 1417864

Browse files
fix favicon (#610)
1 parent 9e66447 commit 1417864

File tree

6 files changed

+503
-114
lines changed

6 files changed

+503
-114
lines changed

.vitepress/config.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ export default withMermaid({
2323
head: [
2424
["link", { rel: "icon", href: "/img/favicon.svg", type: "image/svg+xml" }],
2525
["link", { rel: "icon", href: "/img/favicon.png", type: "image/png" }],
26-
[
27-
"link",
28-
{ rel: "shortcut icon", href: "/favicon.ico", type: "image/x-icon" },
29-
],
3026
["meta", { name: "msapplication-TileColor", content: "#fff" }],
3127
["meta", { name: "theme-color", content: "#fff" }],
3228
[
@@ -56,7 +52,7 @@ export default withMermaid({
5652
{
5753
src: "https://plausible.celestia.org/js/plausible.js",
5854
"data-domain": "ev.xyz",
59-
defer: true,
55+
defer: "",
6056
},
6157
],
6258
],

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Here you'll find comprehensive guides, and reference materials to help you make
1111
To get started, clone the repository and run the following:
1212

1313
```bash
14-
yarn run docs:dev
14+
yarn run dev
1515
```
1616

1717
This documentation site is built with [VitePress](https://vitepress.dev)

public/img/favicon-dark.ico

-15 KB
Binary file not shown.

public/img/favicon.png

21.9 KB
Loading

public/img/favicon.svg

Lines changed: 164 additions & 12 deletions
Loading

0 commit comments

Comments
 (0)