Files
toon/docs/.vitepress/meta.ts
2025-11-18 07:23:10 +01:00

13 lines
477 B
TypeScript

export { description, version } from '../../packages/toon/package.json'
/* VitePress head */
export const name = 'TOON'
export const ogUrl = 'https://toonformat.dev/'
export const ogImage = `${ogUrl}og.png`
export const twitterImage = `${ogUrl}twitter.png`
/* GitHub and social links */
export const github = 'https://github.com/toon-format/toon'
export const releases = 'https://github.com/toon-format/toon/releases'
export const twitter = 'https://twitter.com/jschopplich'