chore: restore links

This commit is contained in:
Cory Dransfeldt 2023-10-31 10:51:21 -07:00
parent 7098edb679
commit 04788dc171
7 changed files with 41 additions and 3 deletions

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

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