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:
delucis 2022-10-07 20:52:43 +00:00 committed by fredkbot
parent f93449b80f
commit bd756aea18

View file

@ -420,7 +420,7 @@ export interface AstroUserConfig {
* @name base * @name base
* @type {string} * @type {string}
* @description * @description
* The base path to deploy to. Astro will build your pages and assets using this path as the root. Currently, this has no effect during development. * The base path to deploy to. Astro will build your pages and assets using this path as the root. Currently, this has no effect during development.
* *
* ```js * ```js
* { * {