change value of bare option
This commit is contained in:
parent
dda3ee5ee6
commit
aae94e6275
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ const openPageWith = [
|
|||
const transportsList = [
|
||||
{ name: "Epoxy", value: "/epoxy/index.mjs" },
|
||||
{ name: "Libcurl", value: "/libcurl/index.mjs" },
|
||||
{ name: "Bare", value: "/bare/index.mjs" },
|
||||
{ name: "Bare", value: "/baremod/index.mjs" },
|
||||
];
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue