mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
docs: fix indentation in experimental.actions code examples (#11001)
This commit is contained in:
parent
fbb42af10d
commit
a78fa26685
1 changed files with 2 additions and 2 deletions
|
@ -1734,7 +1734,7 @@ export interface AstroUserConfig {
|
|||
*
|
||||
* ```js
|
||||
* {
|
||||
* output: 'hybrid', // or 'server'
|
||||
* output: 'hybrid', // or 'server'
|
||||
* experimental: {
|
||||
* actions: true,
|
||||
* },
|
||||
|
@ -1761,7 +1761,7 @@ export interface AstroUserConfig {
|
|||
* },
|
||||
* }),
|
||||
* comment: defineAction({
|
||||
* accept: 'form',
|
||||
* accept: 'form',
|
||||
* input: z.object({
|
||||
* postId: z.string(),
|
||||
* author: z.string(),
|
||||
|
|
Loading…
Add table
Reference in a new issue