chore: unify mbid data
This commit is contained in:
parent
1e3d9ed5a7
commit
fadc85449d
4 changed files with 26 additions and 14 deletions
5
src/_data/mbidPatches.js
Normal file
5
src/_data/mbidPatches.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
const mbidPatches = require('./json/mbid-patches.json')
|
||||
|
||||
module.exports = async function () {
|
||||
return mbidPatches
|
||||
}
|
Reference in a new issue