From 5c7fc5c2b6900ee2a1be9dd753f35c79648aeff6 Mon Sep 17 00:00:00 2001 From: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com> Date: Thu, 27 Apr 2023 15:44:15 -0300 Subject: [PATCH 1/2] Add missing code language in Cloudflare README --- packages/integrations/cloudflare/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integrations/cloudflare/README.md b/packages/integrations/cloudflare/README.md index 2e61063dbde6..c6ca85c5649c 100644 --- a/packages/integrations/cloudflare/README.md +++ b/packages/integrations/cloudflare/README.md @@ -117,7 +117,7 @@ You can also check our [Astro Integration Documentation][astro-integration] for Currently, errors during running your application in Wrangler are not very useful, due to the minification of your code. For better debugging, you can add `vite.build.minify = false` setting to your `astro.config.js` -``` +```js export default defineConfig({ adapter: cloudflare(), output: 'server', From 7599f92ce7b7f4521ffd6844c030a1f3768614d0 Mon Sep 17 00:00:00 2001 From: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com> Date: Thu, 27 Apr 2023 16:26:26 -0300 Subject: [PATCH 2/2] Add changeset --- .changeset/tidy-singers-thank.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/tidy-singers-thank.md diff --git a/.changeset/tidy-singers-thank.md b/.changeset/tidy-singers-thank.md new file mode 100644 index 000000000000..415679383748 --- /dev/null +++ b/.changeset/tidy-singers-thank.md @@ -0,0 +1,5 @@ +--- +"@astrojs/cloudflare": patch +--- + +Fix missing code language in Cloudflare README