Expose releases as an api (#4247)

This commit is contained in:
Félix Malfait
2024-02-29 17:48:11 +01:00
committed by GitHub
parent 8625a71f15
commit 6670ecdfda
5 changed files with 85 additions and 51 deletions

View File

@ -6,7 +6,7 @@ import { compileMDX } from 'next-mdx-remote/rsc';
import remarkBehead from 'remark-behead';
import gfm from 'remark-gfm';
import { ReleaseNote } from '@/app/get-releases';
import { ReleaseNote } from '@/app/releases/api/route';
const StyledContainer = styled.div`
width: 810px;