chore: unify mbid data

This commit is contained in:
Cory Dransfeldt 2023-12-03 09:34:24 -08:00
parent 1e3d9ed5a7
commit fadc85449d
No known key found for this signature in database
4 changed files with 26 additions and 14 deletions

5
src/_data/mbidPatches.js Normal file
View file

@ -0,0 +1,5 @@
const mbidPatches = require('./json/mbid-patches.json')
module.exports = async function () {
return mbidPatches
}