fix: link order

This commit is contained in:
Cory Dransfeldt 2023-10-31 11:15:33 -07:00
parent 66a75c508c
commit 417ab715c3

View file

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