import type { DefaultTheme } from "vitepress"; export const meta = { name: "FreeMediaHeckYeah", description: "The largest collection of free stuff on the internet!", hostname: "https://fmhy.pages.dev", keywords: ["stream", "movies", "gaming", "reading", "anime"], }; // Netlify to Cloudflare otherwise dev export const commitRef = process.env.COMMIT_REF ? `${process.env.COMMIT_REF.slice(0, 8)}` : process.env.CF_PAGES ? `${process.env.CF_PAGES_COMMIT_SHA.slice(0, 8)}` : "dev"; export const feedback = `Made with ❤️`; export const socials: DefaultTheme.SocialLink[] = [ { icon: "github", link: "https://github.com/fmhy/FMHYEdit" }, { icon: "discord", link: "https://discord.gg/Stz6y6NgNg" }, { icon: { svg: '', }, ariaLabel: "Reddit", link: "https://reddit.com/r/FREEMEDIAHECKYEAH", }, ];