{children}; 148 | }, 149 | img({ node, className, children, ...props }) { 150 | return
{description}
13 | > 14 | ); 15 | }; 16 | 17 | interface APIStatus { 18 | date_generated: string; 19 | statistics: { 20 | builds: number; 21 | experiments: number; 22 | }; 23 | } 24 | 25 | export async function getServerSideProps() { 26 | // TODO: Template stuff, change this 27 | const response = await axios.get