diff --git a/config.js b/config.js index e561b88..e479c65 100644 --- a/config.js +++ b/config.js @@ -18,6 +18,11 @@ const users = [ position: "President", img: "img/user/profile-licat.png", }, + { + id: 1, + username: "김현석", + img: "img/user/profile-max.png", + }, ]; const localDataUsing = false; // 로컬 데이터 사용 여부