chore: blogroll to json; format consistently
This commit is contained in:
parent
910e03384e
commit
2025dfba0f
4 changed files with 31 additions and 16 deletions
5
src/_data/blogroll.js
Normal file
5
src/_data/blogroll.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
import blogroll from './json/blogroll.js'
|
||||
|
||||
export default async function () {
|
||||
return blogroll
|
||||
}
|
Reference in a new issue