const sites = { projects: [ { name: "Blog", url: "https://blog.tolelom.xyz", icon: "๐Ÿ“", description: "๊ฐœ์ธ ๋ธ”๋กœ๊ทธ" }, { name: "Hongik", url: "https://hongik.tolelom.xyz", icon: "๐Ÿ”ค", description: "ํ•œ๊ธ€ ํ”„๋กœ๊ทธ๋ž˜๋ฐ ์–ธ์–ด ํ”Œ๋ ˆ์ด๊ทธ๋ผ์šด๋“œ", subLinks: [ { label: "๋ฌธ์„œ", url: "https://hongik.docs.tolelom.xyz" } ] }, { name: "One of the Plans", url: "https://a301.tolelom.xyz", icon: "๐ŸŽฎ", description: "๋ธ”๋ก์ฒด์ธ ์—ฐ๋™ ๊ฒŒ์ž„ ํ”Œ๋žซํผ" }, { name: "No-ill", url: "https://no-ill.tolelom.xyz", icon: "๐Ÿฅ", description: "๋…๊ฑฐ๋…ธ์ธ ๋‚™์ƒ ๊ฐ์ง€ ยท ์ผ€์–ด ์„œ๋น„์Šค", subLinks: [ { label: "๋ณดํ˜ธ์ž ์•ฑ", url: "https://no-ill-app.tolelom.xyz" } ] }, { name: "SION", url: "https://sion.tolelom.xyz", icon: "๐Ÿš—", description: "AGV ์‹ค์‹œ๊ฐ„ ๊ฒฝ๋กœ ์ œ์–ด ยท ๋ชจ๋‹ˆํ„ฐ๋ง" } ], infra: [ { name: "Git", url: "https://git.tolelom.xyz", icon: "๐Ÿ—ƒ๏ธ", description: "์…€ํ”„ํ˜ธ์ŠคํŒ… Git" }, { name: "Portainer", url: "https://port.tolelom.xyz", icon: "๐Ÿณ", description: "Docker ๊ด€๋ฆฌ" }, { name: "Monitoring", url: "https://monitoring.tolelom.xyz", icon: "๐Ÿ“Š", description: "์„œ๋ฒ„ ๋ชจ๋‹ˆํ„ฐ๋ง" } ] };