This repository was archived by the owner on Nov 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,7 @@ const config: Config = {
36
36
{
37
37
path : "docs" ,
38
38
routeBasePath : "/" ,
39
- editUrl : ! process . env . EMBEDDED
40
- ? "https://github.com/wavetermdev/waveterm-docs/edit/main/docs/"
41
- : undefined ,
39
+ editUrl : ! process . env . EMBEDDED ? "https://github.com/wavetermdev/waveterm-docs/edit/main/" : undefined ,
42
40
} as import ( "@docusaurus/plugin-content-docs" ) . Options ,
43
41
] ,
44
42
"ideal-image" ,
Original file line number Diff line number Diff line change 53
53
"typescript-eslint" : " ^8.8.0"
54
54
},
55
55
"resolutions" : {
56
- "path-to-regexp@npm:2.2.1" : " ^3"
56
+ "path-to-regexp@npm:2.2.1" : " ^3" ,
57
+
57
58
},
58
59
"browserslist" : {
59
60
"production" : [
Original file line number Diff line number Diff line change @@ -4940,10 +4940,10 @@ __metadata:
4940
4940
languageName: node
4941
4941
linkType: hard
4942
4942
4943
- "cookie@npm:0.6 .0":
4944
- version: 0.6.0
4945
- resolution: "cookie@npm:0.6.0 "
4946
- checksum: 10c0/f2318b31af7a31b4ddb4a678d024514df5e705f9be5909a192d7f116cfb6d45cbacf96a473fa733faa95050e7cff26e7832bb3ef94751592f1387b71c8956686
4943
+ "cookie@npm:^0.7 .0":
4944
+ version: 0.7.2
4945
+ resolution: "cookie@npm:0.7.2 "
4946
+ checksum: 10c0/9596e8ccdbf1a3a88ae02cf5ee80c1c50959423e1022e4e60b91dd87c622af1da309253d8abdb258fb5e3eacb4f08e579dc58b4897b8087574eee0fd35dfa5d2
4947
4947
languageName: node
4948
4948
linkType: hard
4949
4949
You can’t perform that action at this time.
0 commit comments