This commit is contained in:
2026-01-16 01:42:31 +09:00
parent 4731d64b4d
commit 1728f8dd35
13 changed files with 358 additions and 25 deletions

View File

@@ -18,6 +18,7 @@ export interface BlogPost {
export interface NetworkConfig {
plc: string
bsky: string
web?: string
}
export interface AppConfig {