@@ -12,9 +12,9 @@ export default
12
12
lang : 'en-US' ,
13
13
base : '/odata-fw/' ,
14
14
description : "A odata framework for a SAP System. " ,
15
-
15
+
16
16
head : [
17
- [ 'link' , { rel : 'icon' , href : '../assets /favicon.ico' } ] ,
17
+ [ 'link' , { rel : 'icon' , href : '/favicon.ico' } ] ,
18
18
[ 'meta' , { property : 'og:type' , content : 'website' } ] ,
19
19
[ 'meta' , { property : 'og:locale' , content : 'en' } ] ,
20
20
[ 'meta' , { property : 'og:site_name' , content : 'ABAP OData framework' } ] ,
@@ -27,7 +27,7 @@ export default
27
27
themeConfig : {
28
28
// https://vitepress.dev/reference/default-theme-config
29
29
nav : nav ( ) ,
30
- editLink : {
30
+ editLink : {
31
31
pattern : 'https://github.com/miggi92/odata-fw/edit/master/docs/:path' ,
32
32
text : 'Edit this page on GitHub'
33
33
} ,
@@ -54,7 +54,7 @@ export default
54
54
sidebar : {
55
55
"/documentation/" : sidebarDocumentation ( ) ,
56
56
} ,
57
- logo : '../assets /odata_fw_logo_transparent.png' ,
57
+ logo : '/odata_fw_logo_transparent.png' ,
58
58
59
59
socialLinks : [
60
60
{ icon : 'github' , link : 'https://github.com/miggi92/odata-fw' }
0 commit comments