mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
[docs] update a link in error reference (#12298)
This commit is contained in:
parent
5407f4e227
commit
e482762cb2
1 changed files with 1 additions and 1 deletions
|
@ -1593,7 +1593,7 @@ export const ActionsWithoutServerOutputError = {
|
||||||
/**
|
/**
|
||||||
* @docs
|
* @docs
|
||||||
* @see
|
* @see
|
||||||
* - [Actions handler reference](https://docs.astro.build/en/reference/api-reference/#handler-property)
|
* - [Actions handler reference](https://docs.astro.build/en/reference/modules/astro-actions/#handler-property)
|
||||||
* @description
|
* @description
|
||||||
* Action handler returned invalid data. Handlers should return serializable data types, and cannot return a Response object.
|
* Action handler returned invalid data. Handlers should return serializable data types, and cannot return a Response object.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue