Skip to content

Commit 9e08ff5

Browse files
authored
Merge pull request #214 from CSE-Shaco/develop
fix(homecoming): 디버깅을 위한 코드 추가
2 parents e985490 + eae9636 commit 9e08ff5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/app/homecoming/page.jsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,11 @@ function HomecomingMap() {
222222
googleMapsApiKey: process.env.NEXT_PUBLIC_GOOGLE_MAPS_API_KEY, id: 'homecoming-map-script',
223223
});
224224

225+
console.log(
226+
"MAPS KEY PREFIX:",
227+
process.env.NEXT_PUBLIC_GOOGLE_MAPS_API_KEY?.slice(0, 10)
228+
);
229+
225230
const center = {lat: 37.388493, lng: 126.639989};
226231

227232
if (loadError) {

0 commit comments

Comments
 (0)