mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
Add missing code language in Cloudflare README (#6925)
This commit is contained in:
parent
65e76dd64c
commit
c1b6b00d94
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue