Skip to content

Commit

Permalink
State support for 'hybrid'
Browse files Browse the repository at this point in the history
  • Loading branch information
dorukgezici committed Dec 10, 2023
1 parent f66ad9d commit 55ab702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ npx astro add astro-decap-cms-oauth
npm install astro-decap-cms-oauth
```

Add the integration and set output to `server` in your `astro.config.mjs` file:
Add the integration and set output to `server` or `hybrid` in your `astro.config.mjs` file:

```js
import { defineConfig } from "astro/config";
Expand Down

0 comments on commit 55ab702

Please sign in to comment.