File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
packages/documentation/.vitepress Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments