From bcb2364d0f1d856df82fd3f4727aaf8adcb746d4 Mon Sep 17 00:00:00 2001 From: Alex Vernacchia Date: Thu, 16 May 2024 14:22:22 +0000 Subject: [PATCH] [skip ci] Update generated docs (docs/) --- docs/interfaces/Options.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/interfaces/Options.md b/docs/interfaces/Options.md index dce7876..c85aadd 100644 --- a/docs/interfaces/Options.md +++ b/docs/interfaces/Options.md @@ -12,20 +12,20 @@ ### Properties -- [basePath](Options.md#basepath) +- [base](Options.md#base) - [collectionPathMode](Options.md#collectionpathmode) - [contentPath](Options.md#contentpath) - [trailingSlash](Options.md#trailingslash) ## Properties -### basePath +### base -• `Optional` **basePath**: `string` +• `Optional` **base**: `string` **`Name`** -basePath +base **`Reference`** @@ -35,6 +35,8 @@ https://docs.astro.build/en/reference/configuration-reference/#base The base path to deploy to. Astro will use this path as the root for your pages and assets both in development and in production build. +**`Example`** + In the example below, `astro dev` will start your server at `/docs`. ```js @@ -45,7 +47,7 @@ In the example below, `astro dev` will start your server at `/docs`. #### Inherited from -z.input.basePath +z.input.base #### Defined in