Skip to content

Commit

Permalink
Add missing code language in Cloudflare README (withastro#6925)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanthomasdev authored and RaphaelBossek committed Apr 29, 2023
1 parent 8038d61 commit f311c74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tidy-singers-thank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@astrojs/cloudflare": patch
---

Fix missing code language in Cloudflare README
2 changes: 1 addition & 1 deletion packages/integrations/cloudflare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f311c74

Please sign in to comment.