File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -654,6 +654,13 @@ declare module 'astro:content' {
654
654
collection : "docs" ;
655
655
data : InferEntrySchema < "docs" >
656
656
} & { render ( ) : Render [ ".mdx" ] } ;
657
+ "hosting/summerhosts.mdx" : {
658
+ id : "hosting/summerhosts.mdx" ;
659
+ slug : "h/summerhosts" ;
660
+ body : string ;
661
+ collection : "docs" ;
662
+ data : InferEntrySchema < "docs" >
663
+ } & { render ( ) : Render [ ".mdx" ] } ;
657
664
"hosting/tls.mdx" : {
658
665
id : "hosting/tls.mdx" ;
659
666
slug : "h/ssl" ;
Original file line number Diff line number Diff line change 11
11
"astro" : " astro"
12
12
},
13
13
"dependencies" : {
14
- "@astrojs/check" : " ^0.6 .0" ,
15
- "@astrojs/sitemap" : " ^3.1.3 " ,
16
- "@astrojs/starlight" : " ^0.21.4 " ,
17
- "@astrojs/tailwind" : " ^5.1.1 " ,
18
- "@astrojs/vue" : " ^4.1 .0" ,
14
+ "@astrojs/check" : " ^0.7 .0" ,
15
+ "@astrojs/sitemap" : " ^3.1.5 " ,
16
+ "@astrojs/starlight" : " ^0.23.1 " ,
17
+ "@astrojs/tailwind" : " ^5.1.0 " ,
18
+ "@astrojs/vue" : " ^4.2 .0" ,
19
19
"@vitejs/plugin-vue" : " ^4.5.2" ,
20
- "astro" : " ^4.3.0 " ,
20
+ "astro" : " ^4.8.7 " ,
21
21
"sharp" : " ^0.32.6" ,
22
22
"tailwindcss" : " ^3.3.6" ,
23
23
"typescript" : " ^5.3.4" ,
You can’t perform that action at this time.
0 commit comments