diff options
author | 2025-02-13 14:09:23 +0000 | |
---|---|---|
committer | 2025-02-13 14:09:23 +0000 | |
commit | 54d36c9534144be5e939cff11de59e16c824842f (patch) | |
tree | 83ddae4377dfa6ef6c84875ce1b138c4f817300e | |
parent | 723c843971bb80e72346749e3323ffc429098218 (diff) | |
download | astro-54d36c9534144be5e939cff11de59e16c824842f.tar.gz astro-54d36c9534144be5e939cff11de59e16c824842f.tar.zst astro-54d36c9534144be5e939cff11de59e16c824842f.zip |
docs: remove kind heading (#13243)
-rw-r--r-- | packages/astro/src/types/public/config.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/astro/src/types/public/config.ts b/packages/astro/src/types/public/config.ts index eb7acef76..4bafab8cc 100644 --- a/packages/astro/src/types/public/config.ts +++ b/packages/astro/src/types/public/config.ts @@ -556,7 +556,6 @@ export interface ViteUserConfig extends OriginalViteUserConfig { /** * @docs - * @kind heading * @name session * @type {SessionConfig} * @version 5.3.0 |