style: format code for consistency across multiple files
Some checks failed
/ print-content (push) Failing after 26s

This commit is contained in:
암냥 2026-09-07 08:07:33 +09:00
commit e33f173101
11 changed files with 364 additions and 363 deletions

View file

@ -1,10 +1,10 @@
// @ts-check
import { defineConfig } from 'astro/config';
import tailwindcss from '@tailwindcss/vite';
import { defineConfig } from "astro/config";
import tailwindcss from "@tailwindcss/vite";
// https://astro.build/config
export default defineConfig({
vite: {
plugins: [tailwindcss()],
}
},
});

View file

@ -10,32 +10,33 @@ export const events: Event[] = [
description: "제 2회 SSD CTF - 최다 풀이자 SSD상 수상",
category: "Award",
date: "2026-08-30",
link: "https://forge.hspace.io/competitions/6a8b93c72586e8e70978b4df"
link: "https://forge.hspace.io/competitions/6a8b93c72586e8e70978b4df",
},
{
description: "33회 해킹캠프 발표 - LLM에 로그인했더니 내 계정이 아니게 됐다???",
description:
"33회 해킹캠프 발표 - LLM에 로그인했더니 내 계정이 아니게 됐다???",
category: "Presentation",
date: "2026-08-22"
date: "2026-08-22",
},
{
description: "2026 사이버 가디언즈 CMX 대회 장려상 수상",
category: "Award",
date: "2026-08-18"
date: "2026-08-18",
},
{
description: "선린인터넷고등학교 전공동아리 Layer7 26기 입부",
category: "Education",
date: "2026-04-01"
date: "2026-04-01",
},
{
description: "선린인터넷고등학교 121기 입학",
category: "Education",
date: "2026-03-03"
date: "2026-03-03",
},
{
description: "리눅스 마스터 2급",
category: "License",
date: "2026-01-02"
date: "2026-01-02",
},
{
description: "화이트햇스쿨 3기 이수",
@ -158,5 +159,5 @@ export const events: Event[] = [
date: "2022-05-23",
description: "2022학년도 석정초SW영재학급 첫 수업",
category: "Education",
}
},
];