0
Fork 0
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:
Sarah Rainsberger 2024-10-29 11:13:05 -03:00 committed by GitHub
parent 7196c244ea
commit 5376acf082
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1704,7 +1704,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.
*/ */