mirror of
https://github.com/journey-ad/Bitmagnet-Next-Web
synced 2024-11-21 17:39:35 +00:00
7 lines
180 B
TypeScript
7 lines
180 B
TypeScript
export type SiteConfig = typeof siteConfig;
|
|
|
|
export const siteConfig = {
|
|
name: "Bitmagnet Next Web",
|
|
description: "🧲 A modern BitTorrent indexer, powered by Bitmagnet.",
|
|
};
|