Skip to content

Commit

Permalink
[skip ci] Update generated docs (docs/)
Browse files Browse the repository at this point in the history
  • Loading branch information
vernak2539 committed May 16, 2024
1 parent 00ac6e6 commit bcb2364
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/interfaces/Options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`**

Expand All @@ -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
Expand All @@ -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

Expand Down

0 comments on commit bcb2364

Please sign in to comment.