Add missing code language in Cloudflare README (#6925)
This commit is contained in:
parent
d28cc97179
commit
d11d185951
2 changed files with 6 additions and 1 deletions
5
.changeset/tidy-singers-thank.md
Normal file
5
.changeset/tidy-singers-thank.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
"@astrojs/cloudflare": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix missing code language in Cloudflare README
|
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue