Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hynseok authored May 21, 2024
1 parent 5f4890b commit 72a90b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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; // 로컬 데이터 사용 여부
Expand Down

0 comments on commit 72a90b2

Please sign in to comment.