Skip to content

Commit

Permalink
Merge pull request #12 from GihoKo/dev
Browse files Browse the repository at this point in the history
fix: PWA를 위한 public 폴더 추가 및 webpack 설정
  • Loading branch information
GihoKo authored Jul 19, 2024
2 parents 304f3d6 + 1e0beee commit c4be4f1
Show file tree
Hide file tree
Showing 14 changed files with 163 additions and 34 deletions.
Binary file removed icon-192x192.png.png
Binary file not shown.
Binary file removed icon-512x512.png.png
Binary file not shown.
148 changes: 120 additions & 28 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@react-oauth/google": "^0.12.1",
"@tanstack/react-query": "^5.40.0",
"axios": "^1.7.2",
"copy-webpack-plugin": "^12.0.2",
"dotenv": "^16.4.5",
"dotenv-webpack": "^8.1.0",
"format": "^0.2.2",
Expand Down
Binary file added public/icon-192x192.png
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/icon-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.html → public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>같이듣자</title>
<link rel="manifest" href="./manifest.json" />
<script src="https://www.youtube.com/iframe_api"></script>
</head>
<body>
Expand Down
8 changes: 4 additions & 4 deletions manifest.json → public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "같이듣자",
"short_name": "같이듣자",
"start_url": ".",
"name": "Lets Listen Together",
"short_name": "LLT",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#000000",
Expand All @@ -12,7 +12,7 @@
"type": "image/png"
},
{
"src": "icon-512x512.png",
"src": "icon-192x192.png",
"sizes": "512x512",
"type": "image/png"
}
Expand Down
File renamed without changes.
Binary file modified src/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c4be4f1

Please sign in to comment.