mirror of
https://github.com/withastro/astro.git
synced 2025-03-17 23:11:29 -05:00
Fix jsdoc
This commit is contained in:
parent
3e53f85c98
commit
666781b07b
1 changed files with 2 additions and 2 deletions
|
@ -1949,7 +1949,7 @@ export interface ViteUserConfig extends OriginalViteUserConfig {
|
|||
responsiveImages?: boolean;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @docs
|
||||
* @name experimental.session
|
||||
* @type {SessionConfig}
|
||||
|
@ -1994,7 +1994,7 @@ export interface ViteUserConfig extends OriginalViteUserConfig {
|
|||
|
||||
session?: SessionConfig<TSession>;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @name experimental.svg
|
||||
* @type {boolean|object}
|
||||
* @default `undefined`
|
||||
|
|
Loading…
Add table
Reference in a new issue