Skip to content

Commit

Permalink
chore: settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jakepro657 committed Feb 9, 2024
1 parent 7254e13 commit 206b4a4
Show file tree
Hide file tree
Showing 31 changed files with 32 additions and 12 deletions.
11 changes: 11 additions & 0 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions db.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,18 @@
"invitation": "소중한 분들을 초대합니다\n살랑이는 바람결에\n사랑이 묻어나는 계절입니다.\n여기 곱고 예쁜 두 사람이 사랑을 맺어\n인생의 반려자가 되려 합니다.\n새 인생을 시작하는 이 자리에 오셔서\n축복해 주시면 감사하겠습니다."
},
"galleryImages": [
"wedding_01",
"wedding_02",
"wedding_03",
"wedding_04",
"wedding_05",
"wedding_06",
"wedding_07",
"wedding_08",
"wedding_09",
"wedding_10",
"wedding_11",
"wedding_12"
"/assets/images/wedding_01.jpg",
"/assets/images/wedding_02.jpg",
"/assets/images/wedding_03.jpg",
"/assets/images/wedding_04.jpg",
"/assets/images/wedding_05.jpg",
"/assets/images/wedding_06.jpg",
"/assets/images/wedding_07.jpg",
"/assets/images/wedding_08.jpg",
"/assets/images/wedding_09.jpg",
"/assets/images/wedding_10.jpg",
"/assets/images/wedding_11.jpg",
"/assets/images/wedding_12.jpg"
],
"attendCount": 0
}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"sass": "^1.69.7",
"swiper": "^11.0.6",
"typescript": "^4.4.2",
"web-vitals": "^2.1.0"
},
Expand Down
Binary file added public/assets/images/wedding_01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/wedding_01.webp
Binary file not shown.
Binary file added public/assets/images/wedding_02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/wedding_02.webp
Binary file not shown.
Binary file added public/assets/images/wedding_03.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/wedding_03.webp
Binary file not shown.
Binary file added public/assets/images/wedding_04.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/wedding_04.webp
Binary file not shown.
Binary file added public/assets/images/wedding_05.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/wedding_05.webp
Binary file not shown.
Binary file added public/assets/images/wedding_06.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/wedding_06.webp
Binary file not shown.
Binary file added public/assets/images/wedding_07.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/wedding_07.webp
Binary file not shown.
Binary file added public/assets/images/wedding_08.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/wedding_08.webp
Binary file not shown.
Binary file added public/assets/images/wedding_09.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/wedding_09.webp
Binary file not shown.
Binary file added public/assets/images/wedding_10.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/wedding_10.webp
Binary file not shown.
Binary file added public/assets/images/wedding_11.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/wedding_11.webp
Binary file not shown.
Binary file added public/assets/images/wedding_12.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/wedding_12.webp
Binary file not shown.
Binary file added public/assets/main.mp4
Binary file not shown.
Binary file added public/assets/main.webm
Binary file not shown.
Binary file added public/assets/poster.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12746,6 +12746,13 @@ __metadata:
languageName: node
linkType: hard

"swiper@npm:^11.0.6":
version: 11.0.6
resolution: "swiper@npm:11.0.6"
checksum: efdf2a207fb4534aced2db42c14b249eebba76ad497e14d6bd0a07019e2afe2509e02602e2e51167b362f65e27e4ab9c4f86e23764dbeba341745549a6f28ff3
languageName: node
linkType: hard

"symbol-tree@npm:^3.2.4":
version: 3.2.4
resolution: "symbol-tree@npm:3.2.4"
Expand Down Expand Up @@ -13722,6 +13729,7 @@ __metadata:
react-dom: "npm:^18.2.0"
react-scripts: "npm:5.0.1"
sass: "npm:^1.69.7"
swiper: "npm:^11.0.6"
typescript: "npm:^4.4.2"
web-vitals: "npm:^2.1.0"
languageName: unknown
Expand Down

0 comments on commit 206b4a4

Please sign in to comment.