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:
简静凡 2024-01-03 13:10:02 +00:00 committed by astrobot-houston
parent e44f6acf99
commit d239e2cd7c

View file

@ -376,7 +376,7 @@ type ServerConfig = {
* @version 2.1.8
* @description
* Controls whether the dev server should open in your browser window on startup.
*
*
* Pass a full URL string (e.g. "http://example.com") or a pathname (e.g. "/about") to specify the URL to open.
*
* ```js
@ -1030,7 +1030,7 @@ export interface AstroUserConfig {
* @version 2.1.8
* @description
* Controls whether the dev server should open in your browser window on startup.
*
*
* Pass a full URL string (e.g. "http://example.com") or a pathname (e.g. "/about") to specify the URL to open.
*
* ```js