Add missing code language in Cloudflare README (#6925)

This commit is contained in:
Yan Thomas 2023-04-28 03:37:26 -03:00 committed by GitHub
parent d28cc97179
commit d11d185951
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"@astrojs/cloudflare": patch
---
Fix missing code language in Cloudflare README

View file

@ -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` 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({ export default defineConfig({
adapter: cloudflare(), adapter: cloudflare(),
output: 'server', output: 'server',