Files
worst-scan-web/src/lib/site.ts
T

10 lines
373 B
TypeScript

// Links comunitarios del sitio. Reemplazá los placeholders cuando tengas
// Discord y Patreon reales.
export const SITE_LINKS = {
twitter: "https://x.com/worstscan",
discord: "https://discord.gg/r5f7BUQ3y",
patreon: "#", // TODO: link real de Patreon
}
export const SITE_NAME = "worst-scan"
export const SITE_TAGLINE = "fansub de manga — escaneos y traducciones"