mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 23:34:10 +08:00
13 lines
477 B
TypeScript
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'
|