fix bad descirption jsdoc tag, post-merge
This commit is contained in:
parent
a719a74733
commit
e24a7896f3
1 changed files with 1 additions and 1 deletions
|
@ -309,8 +309,8 @@ export interface AstroUserConfig {
|
||||||
* @name devOptions.trailingSlash
|
* @name devOptions.trailingSlash
|
||||||
* @type {('always' | 'never' | 'ignore')}
|
* @type {('always' | 'never' | 'ignore')}
|
||||||
* @default `'always'`
|
* @default `'always'`
|
||||||
* @description
|
|
||||||
* @see buildOptions.pageUrlFormat
|
* @see buildOptions.pageUrlFormat
|
||||||
|
* @description
|
||||||
*
|
*
|
||||||
* Set the route matching behavior of the dev server. Choose from the following options:
|
* Set the route matching behavior of the dev server. Choose from the following options:
|
||||||
* - 'always' - Only match URLs that include a trailing slash (ex: "/foo/")
|
* - 'always' - Only match URLs that include a trailing slash (ex: "/foo/")
|
||||||
|
|
Loading…
Add table
Reference in a new issue