Thanks to the following contributors: - @snowykami - @frg2089 - Nya_Twisuki
This commit is contained in:
6
src/friends.ts
Normal file
6
src/friends.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import { ThemeBlogHomeProjectOptions } from 'vuepress-theme-hope'
|
||||
import friendsJson from './friends.json' with { type: 'json' }
|
||||
|
||||
const friends: ThemeBlogHomeProjectOptions[] = Object.values(friendsJson)
|
||||
|
||||
export default friends
|
Reference in New Issue
Block a user