chore: blogroll to json; format consistently

This commit is contained in:
Cory Dransfeldt 2024-01-15 10:04:12 -08:00
parent 910e03384e
commit 2025dfba0f
No known key found for this signature in database
4 changed files with 31 additions and 16 deletions

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

@ -0,0 +1,5 @@
import blogroll from './json/blogroll.js'
export default async function () {
return blogroll
}