We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bee92dc commit 52b0426Copy full SHA for 52b0426
1 file changed
packages/documentation/.vitepress/config.ts
@@ -31,7 +31,7 @@ export default defineConfig({
31
head: [
32
[
33
"link",
34
- { rel: "icon", type: "image/svg+xml", href: "/icons/ui5/O.svg" }
+ { rel: "icon", type: "image/png", href: "./images/favicon.png" }
35
36
]
37
],
@@ -80,16 +80,6 @@ export default defineConfig({
80
},
81
82
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
93
// Configure the Markdown-it instance
94
config: (md) => {
95
// https://www.npmjs.com/package/markdown-it-implicit-figures
0 commit comments