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
|
||||
* @type {('always' | 'never' | 'ignore')}
|
||||
* @default `'always'`
|
||||
* @description
|
||||
* @see buildOptions.pageUrlFormat
|
||||
* @description
|
||||
*
|
||||
* 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/")
|
||||
|
|
Loading…
Reference in a new issue