Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 446 Bytes

index.mdx

File metadata and controls

23 lines (19 loc) · 446 Bytes
title description
@napi-rs/image
@napi-rs/image changelog.

import { Changelog, getChangelog } from '../../components/changelog-generator' import { serialize } from 'next-mdx-remote/serialize'

@napi-rs/image

export const getStaticProps = async () => { const { props: { ssg }, } = await getChangelog('@napi-rs/image') const mdx = await serialize(ssg) return { props: { ssg: mdx, }, } }