Some checks failed
部署文档 / build (push) Failing after 2s
Thanks to the following contributors: - @snowykami - @frg2089 - Nya_Twisuki
7 lines
228 B
TypeScript
7 lines
228 B
TypeScript
import { ThemeBlogHomeProjectOptions } from 'vuepress-theme-hope'
|
|
import friendsJson from './friends.json' with { type: 'json' }
|
|
|
|
const friends: ThemeBlogHomeProjectOptions[] = Object.values(friendsJson)
|
|
|
|
export default friends
|