File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ export default defineConfig({
37
37
gtag('config', 'G-DWK00ZDX76');`
38
38
]
39
39
] ,
40
- sitemap : {
41
- hostname : 'https://www.lldebugger.com' ,
42
- } ,
40
+ // sitemap: {
41
+ // hostname: 'https://www.lldebugger.com',
42
+ // },
43
43
themeConfig : {
44
44
search : {
45
45
provider : 'local' ,
@@ -68,12 +68,6 @@ export default defineConfig({
68
68
{ text : 'Configuration file' , link : '#configuration-file' } ,
69
69
{ text : 'Debugging' , link : '#debugging' } ,
70
70
{ text : 'Development Process' , link : '#development-process' } ,
71
- ] ,
72
- } ,
73
- {
74
- text : 'Advanced' ,
75
- collapsed : false ,
76
- items : [
77
71
{ text : 'Observability Mode' , link : '#observability-mode' } ,
78
72
{ text : 'Monorepo' , link : '#monorepo-setup' } ,
79
73
{ text : 'Removing' , link : '#removing' } ,
Original file line number Diff line number Diff line change 10
10
.pager {
11
11
display : none;
12
12
}
13
+ .VPLocalNavOutlineDropdown {
14
+ display : none;
15
+ }
13
16
14
17
: root: not (.dark ) img[alt $= 'Lambda Live Debugger_' ] {
15
18
display : none;
18
21
: root: is (.dark ) img[alt $= 'Lambda Live Debugger' ] {
19
22
display : none;
20
23
}
24
+
25
+ .VPSidebar {
26
+ padding-bottom : 20px !important ;
27
+ }
You can’t perform that action at this time.
0 commit comments