Skip to content

Commit 52b0426

Browse files
committed
fix: Correct favicon
1 parent bee92dc commit 52b0426

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

packages/documentation/.vitepress/config.ts

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default defineConfig({
3131
head: [
3232
[
3333
"link",
34-
{ rel: "icon", type: "image/svg+xml", href: "/icons/ui5/O.svg" }
34+
{ rel: "icon", type: "image/png", href: "./images/favicon.png" }
3535

3636
]
3737
],
@@ -80,16 +80,6 @@ export default defineConfig({
8080
},
8181

8282
markdown: {
83-
externalLinks: {
84-
85-
},
86-
87-
//theme: "material-theme-palenight", // pre rc5 default
88-
// Add support for your own languages.
89-
// https://github.com/shikijs/shiki/blob/main/languages.md#supporting-your-own-languages-with-shiki
90-
languages: [
91-
],
92-
9383
// Configure the Markdown-it instance
9484
config: (md) => {
9585
// https://www.npmjs.com/package/markdown-it-implicit-figures

0 commit comments

Comments
 (0)