Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ient into develop
  • Loading branch information
tteia committed Oct 31, 2024
2 parents da29420 + ae593df commit 71f9ae5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/inong_fe_with_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "/*"
1 change: 1 addition & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ export default {
.font-style {
font-family: 'NanumBarunGothic';
}
</style>

2 changes: 1 addition & 1 deletion src/components/header/MainHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 71f9ae5

Please sign in to comment.