fix bad descirption jsdoc tag, post-merge

This commit is contained in:
Fred K. Schott 2022-03-02 12:15:01 -08:00
parent a719a74733
commit e24a7896f3

View file

@ -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/")