chore: roundup post

This commit is contained in:
Cory Dransfeldt 2023-12-28 16:32:48 -08:00
parent f854d9dbd6
commit b8728e7169
No known key found for this signature in database
5 changed files with 146 additions and 1 deletions

7
src/_data/roundups.js Normal file
View file

@ -0,0 +1,7 @@
import TwentyTwentyThree from './json/roundups/2023.js'
export default async function () {
return {
2023: TwentyTwentyThree
}
}