summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com> 2023-04-28 03:37:26 -0300
committerGravatar GitHub <noreply@github.com> 2023-04-28 14:37:26 +0800
commitd11d1859518f9fdc94390aab9be29f8667bb27cb (patch)
treef164a28591584944443cee7382282a2b6f97492e
parentd28cc97179c09c7c2ca7ed26f1c3e4a0d2c31722 (diff)
downloadastro-d11d1859518f9fdc94390aab9be29f8667bb27cb.tar.gz
astro-d11d1859518f9fdc94390aab9be29f8667bb27cb.tar.zst
astro-d11d1859518f9fdc94390aab9be29f8667bb27cb.zip
Add missing code language in Cloudflare README (#6925)
-rw-r--r--.changeset/tidy-singers-thank.md5
-rw-r--r--packages/integrations/cloudflare/README.md2
2 files changed, 6 insertions, 1 deletions
diff --git a/.changeset/tidy-singers-thank.md b/.changeset/tidy-singers-thank.md
new file mode 100644
index 000000000..415679383
--- /dev/null
+++ b/.changeset/tidy-singers-thank.md
@@ -0,0 +1,5 @@
+---
+"@astrojs/cloudflare": patch
+---
+
+Fix missing code language in Cloudflare README
diff --git a/packages/integrations/cloudflare/README.md b/packages/integrations/cloudflare/README.md
index 2e61063db..c6ca85c56 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',