0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
Florian Lefebvre 2024-08-08 12:35:46 +00:00 committed by astrobot-houston
parent 32be5494f6
commit a851021498

View file

@ -2002,10 +2002,10 @@ export interface AstroUserConfig {
* },
* })
* ---
*
*
* <script>
* import { API_URL } from "astro:env/client"
*
*
* fetch(`${API_URL}/ping`)
* </script>
* ```