export const DEFAULT_CATEGORY = 'none'; export const SUBDOMAINS = [ 'https://c.wynne.rs/', 'https://penfield.wynne.rs/', ]; export const SECTIONS = { files: 'files', bookmarks: 'bookmarks', guestbook: 'guestbook', } as const;