chore: roundup post
This commit is contained in:
parent
f854d9dbd6
commit
b8728e7169
5 changed files with 146 additions and 1 deletions
7
src/_data/roundups.js
Normal file
7
src/_data/roundups.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import TwentyTwentyThree from './json/roundups/2023.js'
|
||||
|
||||
export default async function () {
|
||||
return {
|
||||
2023: TwentyTwentyThree
|
||||
}
|
||||
}
|
Reference in a new issue