Files
blogs/src/friends.ts
SilverAg.L 4c90f70fc4
Some checks failed
部署文档 / build (push) Failing after 2s
2024 - 31.05.2025 All Bumped.
Thanks to the following contributors:
- @snowykami
- @frg2089
- Nya_Twisuki
2025-05-31 14:30:19 +08:00

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