mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
Update link in error message (#12334)
This commit is contained in:
parent
7196c244ea
commit
5376acf082
1 changed files with 1 additions and 1 deletions
|
@ -1704,7 +1704,7 @@ export const ActionsWithoutServerOutputError = {
|
|||
/**
|
||||
* @docs
|
||||
* @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
|
||||
* Action handler returned invalid data. Handlers should return serializable data types, and cannot return a Response object.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue