File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,14 @@ declare module 'virtual:vitesse/project-context' {
13
13
14
14
declare module 'virtual:vitesse/user-css' { }
15
15
16
+ declare module 'virtual:vitesse/user-images' {
17
+ type ImageMetadata = import ( 'astro' ) . ImageMetadata
18
+ export const logos : {
19
+ dark ?: ImageMetadata
20
+ light ?: ImageMetadata
21
+ }
22
+ }
23
+
16
24
declare module 'virtual:vitesse/collection-config' {
17
25
export const collections : import ( 'astro:content' ) . ContentConfig [ 'collections' ] | undefined
18
26
}
Original file line number Diff line number Diff line change @@ -7,11 +7,3 @@ declare module 'virtual:vitesse/plugin-translations' {
7
7
const PluginTranslations : import ( './utils/plugins' ) . PluginTranslations
8
8
export default PluginTranslations
9
9
}
10
-
11
- declare module 'virtual:vitesse/user-images' {
12
- type ImageMetadata = import ( 'astro' ) . ImageMetadata
13
- export const logos : {
14
- dark ?: ImageMetadata
15
- light ?: ImageMetadata
16
- }
17
- }
You can’t perform that action at this time.
0 commit comments