diff --git a/src/components/main/BoardMain.vue b/src/components/main/BoardMain.vue
index 77b02f3..11e9aac 100644
--- a/src/components/main/BoardMain.vue
+++ b/src/components/main/BoardMain.vue
@@ -155,7 +155,6 @@ try {
}));
}
} catch (error) {
- console.error(error);
}
};
@@ -163,7 +162,6 @@ try {
const fetchGeneralPosts = async () => {
try {
const { data } = await axios.get('board/general', { params: { size: 10 } });
- console.log(data.data.list)
if (data?.data && data.data.list) {
const freePosts = [];
const anonymousPosts = [];
diff --git a/src/layouts/TheTop.vue b/src/layouts/TheTop.vue
index e547548..8a9e925 100644
--- a/src/layouts/TheTop.vue
+++ b/src/layouts/TheTop.vue
@@ -6,6 +6,24 @@
+
+
+
+
![]()
+
+ {{ weather.description }}
+
+ 최저 {{ weather.tempMin }}° / 최고 {{ weather.tempMax }}°
+
+
+
+
+