@@ -192,13 +192,13 @@ declare module 'astro:content' {
192192 collection : "post" ;
193193 data : InferEntrySchema < "post" >
194194} & { render ( ) : Render [ ".mdx" ] } ;
195- "conditional-vae.md " : {
196- id : "conditional-vae.md " ;
195+ "conditional-vae.mdx " : {
196+ id : "conditional-vae.mdx " ;
197197 slug : "conditional-vae" ;
198198 body : string ;
199199 collection : "post" ;
200200 data : InferEntrySchema < "post" >
201- } & { render ( ) : Render [ ".md " ] } ;
201+ } & { render ( ) : Render [ ".mdx " ] } ;
202202"contractive-autoencoder.md" : {
203203 id : "contractive-autoencoder.md" ;
204204 slug : "contractive-autoencoder" ;
@@ -262,13 +262,13 @@ declare module 'astro:content' {
262262 collection : "post" ;
263263 data : InferEntrySchema < "post" >
264264} & { render ( ) : Render [ ".mdx" ] } ;
265- "forward-reverse-kl.md " : {
266- id : "forward-reverse-kl.md " ;
265+ "forward-reverse-kl.mdx " : {
266+ id : "forward-reverse-kl.mdx " ;
267267 slug : "forward-reverse-kl" ;
268268 body : string ;
269269 collection : "post" ;
270270 data : InferEntrySchema < "post" >
271- } & { render ( ) : Render [ ".md " ] } ;
271+ } & { render ( ) : Render [ ".mdx " ] } ;
272272"gan-pytorch.mdx" : {
273273 id : "gan-pytorch.mdx" ;
274274 slug : "gan-pytorch" ;
@@ -507,13 +507,13 @@ declare module 'astro:content' {
507507 collection : "post" ;
508508 data : InferEntrySchema < "post" >
509509} & { render ( ) : Render [ ".mdx" ] } ;
510- "variational-autoencoder.md " : {
511- id : "variational-autoencoder.md " ;
510+ "variational-autoencoder.mdx " : {
511+ id : "variational-autoencoder.mdx " ;
512512 slug : "variational-autoencoder" ;
513513 body : string ;
514514 collection : "post" ;
515515 data : InferEntrySchema < "post" >
516- } & { render ( ) : Render [ ".md " ] } ;
516+ } & { render ( ) : Render [ ".mdx " ] } ;
517517"volume-form.mdx" : {
518518 id : "volume-form.mdx" ;
519519 slug : "volume-form" ;
0 commit comments