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

Commit b11d8a9

Browse files
fix favicon
1 parent 9e66447 commit b11d8a9

File tree

6 files changed

+339
-116
lines changed

6 files changed

+339
-116
lines changed

.vitepress/config.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,7 @@ export default withMermaid({
2121
},
2222

2323
head: [
24-
["link", { rel: "icon", href: "/img/favicon.svg", type: "image/svg+xml" }],
2524
["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-
],
3025
["meta", { name: "msapplication-TileColor", content: "#fff" }],
3126
["meta", { name: "theme-color", content: "#fff" }],
3227
[
@@ -56,7 +51,7 @@ export default withMermaid({
5651
{
5752
src: "https://plausible.celestia.org/js/plausible.js",
5853
"data-domain": "ev.xyz",
59-
defer: true,
54+
defer: "",
6055
},
6156
],
6257
],

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: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)