diff --git a/.github/workflows/inong_fe_with_s3.yml b/.github/workflows/inong_fe_with_s3.yml index 36a0b9b..7535266 100644 --- a/.github/workflows/inong_fe_with_s3.yml +++ b/.github/workflows/inong_fe_with_s3.yml @@ -48,6 +48,6 @@ jobs: run: aws s3 cp ./dist s3://www.inong.shop/ --recursive - # - name: invalidate cloudfront cache - # run: - # aws cloudfront create-invalidation --distribution-id EPLILOI974LXR --paths "/*" + - name: invalidate cloudfront cache + run: + aws cloudfront create-invalidation --distribution-id E311EUF9PYKNKB --paths "/*" diff --git a/src/App.vue b/src/App.vue index e763b43..f2d70c1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -54,5 +54,6 @@ export default { .font-style { font-family: 'NanumBarunGothic'; } + diff --git a/src/components/header/MainHeader.vue b/src/components/header/MainHeader.vue index 0a79987..5ba1bc6 100644 --- a/src/components/header/MainHeader.vue +++ b/src/components/header/MainHeader.vue @@ -671,7 +671,7 @@ export default { try{ // 트랜잭션 생성 (읽기/쓰기 모드) - let transaction = db.transaction(['notifications'], 'readwrite'); + let transaction = db.transaction('notifications', 'readwrite'); // Object Store 가져오기 let objectStore = transaction.objectStore('notifications');