Skip to content

Commit 3550bf7

Browse files
committed
add cloudflare vite plugin to start example
1 parent e8e38a1 commit 3550bf7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/start/config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,10 @@
296296
{
297297
"label": "Basic + Static rendering",
298298
"to": "framework/react/examples/start-basic-static"
299+
},
300+
{
301+
"label": "Cloudflare Vite Plugin",
302+
"to": "framework/react/examples/start-basic-cloudflare"
299303
}
300304
]
301305
},
@@ -321,6 +325,10 @@
321325
{
322326
"label": "Basic + Static rendering",
323327
"to": "framework/solid/examples/start-basic-static"
328+
},
329+
{
330+
"label": "Cloudflare Vite Plugin",
331+
"to": "framework/solid/examples/start-basic-cloudflare"
324332
}
325333
]
326334
}

0 commit comments

Comments
 (0)