mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-04-10 23:47:05 +02:00
18 lines
440 B
TypeScript
18 lines
440 B
TypeScript
export type SiteConfig = typeof siteConfig
|
|
|
|
export const siteConfig = {
|
|
name: "LUMINA",
|
|
description:
|
|
"A beautiful Nostr client for images.",
|
|
mainNav: [
|
|
{
|
|
title: "Home",
|
|
href: "/",
|
|
},
|
|
],
|
|
links: {
|
|
twitter: "https://lumina.rocks/profile/npub1fq8vrf63vsrqjrwqgtwlvauqauc0yme6se8g8dqhcpf6tfs3equqntmzut",
|
|
github: "https://github.com/mroxso/lumina-rocks-website",
|
|
docs: "https://heynostr.com",
|
|
},
|
|
} |