From 1356dd297be7adb2dbe27968bf40fd82ea570e72 Mon Sep 17 00:00:00 2001 From: Harold Anderson <5002519+Harold-Anderson@users.noreply.github.com> Date: Tue, 5 Nov 2024 07:47:58 -0800 Subject: [PATCH 1/3] Update bun.mdx Used bun to build Astro 5 site on Cloudflare Pages. Discussion of changes needed and improvement in build time. --- src/content/docs/en/recipes/bun.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/en/recipes/bun.mdx b/src/content/docs/en/recipes/bun.mdx index 3da98d6224df9..0d66e824df63d 100644 --- a/src/content/docs/en/recipes/bun.mdx +++ b/src/content/docs/en/recipes/bun.mdx @@ -135,3 +135,4 @@ To create your first Playwright test, follow the instructions for the rest of th Using Bun with Astro? Add your blog post or video to this page! - [Building a Cloudflare Pages site with Bun](https://blog.otterlord.dev/posts/hello-from-bun/) - blog post +- [Comparing Bun as a build tool to pnpm for Cloudflare Pages](https://github.com/Harold-Anderson/acfo/blob/bun/README.md) -- README.md From 446aa9e62fccc337964a24c41c068b8c3571bf78 Mon Sep 17 00:00:00 2001 From: Harold Anderson <5002519+Harold-Anderson@users.noreply.github.com> Date: Thu, 7 Nov 2024 08:25:53 -0800 Subject: [PATCH 2/3] Update bun.mdx Moved content to personal blog on Hashnode from README.md --- src/content/docs/en/recipes/bun.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/en/recipes/bun.mdx b/src/content/docs/en/recipes/bun.mdx index 0d66e824df63d..31274d219d2b7 100644 --- a/src/content/docs/en/recipes/bun.mdx +++ b/src/content/docs/en/recipes/bun.mdx @@ -135,4 +135,4 @@ To create your first Playwright test, follow the instructions for the rest of th Using Bun with Astro? Add your blog post or video to this page! - [Building a Cloudflare Pages site with Bun](https://blog.otterlord.dev/posts/hello-from-bun/) - blog post -- [Comparing Bun as a build tool to pnpm for Cloudflare Pages](https://github.com/Harold-Anderson/acfo/blob/bun/README.md) -- README.md +- [Comparing Bun as a build tool to pnpm for Cloudflare Pages](https://handerson.hashnode.dev/using-bun-with-astro-and-cloudflare-pages) -- blog post From 80245bc258d26b73ccd6b26d4cc406934a059c13 Mon Sep 17 00:00:00 2001 From: Harold Anderson <5002519+Harold-Anderson@users.noreply.github.com> Date: Thu, 7 Nov 2024 08:39:14 -0800 Subject: [PATCH 3/3] Update src/content/docs/en/recipes/bun.mdx Co-authored-by: Atharva --- src/content/docs/en/recipes/bun.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/en/recipes/bun.mdx b/src/content/docs/en/recipes/bun.mdx index 31274d219d2b7..7ce416ede67d9 100644 --- a/src/content/docs/en/recipes/bun.mdx +++ b/src/content/docs/en/recipes/bun.mdx @@ -135,4 +135,4 @@ To create your first Playwright test, follow the instructions for the rest of th Using Bun with Astro? Add your blog post or video to this page! - [Building a Cloudflare Pages site with Bun](https://blog.otterlord.dev/posts/hello-from-bun/) - blog post -- [Comparing Bun as a build tool to pnpm for Cloudflare Pages](https://handerson.hashnode.dev/using-bun-with-astro-and-cloudflare-pages) -- blog post +- [Using Bun with Astro and Cloudflare Pages](https://handerson.hashnode.dev/using-bun-with-astro-and-cloudflare-pages) - blog post