0
Fork 0
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:
Shinya Fujino 2024-05-10 23:27:49 +09:00 committed by GitHub
parent fbb42af10d
commit a78fa26685
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(),