diff --git a/examples/hattip-app/wrangler.toml b/examples/hattip-app/wrangler.toml index 019d14e..8b8ed55 100644 --- a/examples/hattip-app/wrangler.toml +++ b/examples/hattip-app/wrangler.toml @@ -1,4 +1,4 @@ -name = "vike-clouflare-hattip-demo" +name = "vike-cloudflare-hattip-demo" compatibility_date = "2024-06-24" pages_build_output_dir = "./dist/cloudflare" compatibility_flags = [ "nodejs_compat" ] diff --git a/examples/hono-app/wrangler.toml b/examples/hono-app/wrangler.toml index 27a3e53..e6baeee 100644 --- a/examples/hono-app/wrangler.toml +++ b/examples/hono-app/wrangler.toml @@ -1,4 +1,4 @@ -name = "vike-clouflare-hono-demo" +name = "vike-cloudflare-hono-demo" compatibility_date = "2024-06-24" pages_build_output_dir = "./dist/cloudflare" compatibility_flags = [ "nodejs_compat" ] diff --git a/examples/vike-app/wrangler.toml b/examples/vike-app/wrangler.toml index 362387e..b21f5e4 100644 --- a/examples/vike-app/wrangler.toml +++ b/examples/vike-app/wrangler.toml @@ -1,4 +1,4 @@ -name = "vike-clouflare-vike-demo" +name = "vike-cloudflare-vike-demo" compatibility_date = "2024-06-24" pages_build_output_dir = "./dist/cloudflare" compatibility_flags = [ "nodejs_compat" ] diff --git a/packages/vike-cloudflare/README.md b/packages/vike-cloudflare/README.md index 64867b7..70ae7e8 100644 --- a/packages/vike-cloudflare/README.md +++ b/packages/vike-cloudflare/README.md @@ -9,6 +9,6 @@ - [Examples](https://github.com/vikejs/vike-cloudflare/tree/main/examples) - [CHANGELOG.md](https://github.com/vikejs/vike-cloudflare/tree/main/CHANGELOG.md) - Demos: - - [Hono + Streaming](https://vike-clouflare-hono-demo.pages.dev/) ([code](https://github.com/vikejs/vike-cloudflare/tree/main/examples/hono-app)) - - [Hattip + Streaming](https://vike-clouflare-hattip-demo.pages.dev/) ([code](https://github.com/vikejs/vike-cloudflare/tree/main/examples/hattip-app)) - - [Plain Vike](https://vike-clouflare-vike-demo.pages.dev/) ([code](https://github.com/vikejs/vike-cloudflare/tree/main/examples/vike-app)) + - [Hono + Streaming](https://vike-cloudflare-hono-demo.pages.dev/) ([code](https://github.com/vikejs/vike-cloudflare/tree/main/examples/hono-app)) + - [Hattip + Streaming](https://vike-cloudflare-hattip-demo.pages.dev/) ([code](https://github.com/vikejs/vike-cloudflare/tree/main/examples/hattip-app)) + - [Plain Vike](https://vike-cloudflare-vike-demo.pages.dev/) ([code](https://github.com/vikejs/vike-cloudflare/tree/main/examples/vike-app))