Skip to content

Commit

Permalink
Update three-steaks-exist.md
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-lefebvre authored Jan 23, 2025
1 parent 8b67063 commit 5271998
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .changeset/three-steaks-exist.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,17 @@
---

Adds experimental support for disabling streaming

```diff
// astro.config.mjs
import { defineConfig } from 'astro/config';
import react from '@astrojs/react';

export default defineConfig({
integrations: [
react({
+ experimentalDisableStreaming: true,
}),
],
});
```

0 comments on commit 5271998

Please sign in to comment.