feat: port TechLog shells and styles

This commit is contained in:
DongHyeonka
2026-08-15 21:20:47 +09:00
parent 01316763e3
commit 627df884dd
14 changed files with 4124 additions and 8 deletions
@@ -0,0 +1,8 @@
export const publicSiteConfig = Object.freeze({
brandTitle: "TechLog",
identityStatement: "문제를 재현하고 검증해 운영 가능한 설계로 연결합니다.",
operator: "동현",
contactLabel: "프로필",
contactPath: "/profile",
latestRelease: "/releases/0.1.0",
});