description |
---|
Changelog for napi crate https://crates.io/crates/napi |
import { RemoteContent } from 'nextra/data'
import { getChangelog } from '../../components/changelog-generator'
export const getStaticProps = async () => { return getChangelog('napi') }