Skip to content

Commit fbf178f

Browse files
authored
chore: redirect solid v2 to external (#1623)
1 parent 64ad11c commit fbf178f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

vite.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,13 @@ export default defineConfig({
6363
latest: { path: "", label: "Latest" },
6464
v2: { path: "v2", label: "v2" },
6565
v1: { path: "v1", label: "v1" },
66+
solid_v2_external: { href: "https://v2.solidjs.com", label: "v2" },
6667
},
6768
},
6869
include: [
6970
{
7071
project: "solid",
71-
version: ["latest", "v2"],
72+
version: ["latest", "solid_v2_external"],
7273
},
7374
{
7475
project: "start",

0 commit comments

Comments
 (0)