-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
73 changed files
with
1,660 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,3 +46,7 @@ yarn-error.log* | |
cypress/screenshots | ||
cypress/videos | ||
cypress/log | ||
|
||
# next-pwa | ||
**/public/workbox** | ||
**/public/sw** |
Binary file added
BIN
+30 KB
.yarn/cache/@apideck-better-ajv-errors-npm-0.3.6-8c1868a017-b70ec9aae3.zip
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+26.9 KB
.yarn/cache/@rollup-plugin-node-resolve-npm-11.2.1-1cea144df4-6f3b3ecf9a.zip
Binary file not shown.
Binary file added
BIN
+10.5 KB
.yarn/cache/@rollup-plugin-replace-npm-2.4.2-86e64ab79f-b2f1618ee5.zip
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+75.6 KB
.yarn/cache/@surma-rollup-plugin-off-main-thread-npm-2.2.3-1f57d3eded-2c02134944.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+4.05 KB
.yarn/cache/get-own-enumerable-property-symbols-npm-3.0.2-f143f9e8d3-8f0331f141.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+87.8 KB
.yarn/cache/workbox-background-sync-npm-6.5.4-13a7f8219a-60ac80275c.zip
Binary file not shown.
Binary file added
BIN
+43 KB
.yarn/cache/workbox-broadcast-update-npm-6.5.4-37b0700ca4-63cbab2012.zip
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+28.1 KB
.yarn/cache/workbox-cacheable-response-npm-6.5.4-5661dd1793-f7545b71c1.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+33.5 KB
.yarn/cache/workbox-google-analytics-npm-6.5.4-bf443f64b1-fcce5e3137.zip
Binary file not shown.
Binary file added
BIN
+23.2 KB
.yarn/cache/workbox-navigation-preload-npm-6.5.4-f9b6686723-c8c341b799.zip
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+37.2 KB
.yarn/cache/workbox-range-requests-npm-6.5.4-81869b9d72-50f144ced7.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+48.7 KB
.yarn/cache/workbox-webpack-plugin-npm-6.5.4-3842d0960f-d42ab21399.zip
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"name": "2차갈래", | ||
"short_name": "2차갈래", | ||
"description": "2차를 빠르게 찾게 도와주는 플랫폼 2차갈래", | ||
"icons": [ | ||
{ | ||
"src": "images/icon_192.png", | ||
"sizes": "192x192", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"src": "images/icon_512.png", | ||
"sizes": "512x512", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"src": "images/maskable_icon_192.png", | ||
"sizes": "192x192", | ||
"type": "image/png", | ||
"purpose": "maskable" | ||
}, | ||
{ | ||
"src": "images/maskable_icon_512.png", | ||
"sizes": "512x512", | ||
"type": "image/png", | ||
"purpose": "maskable" | ||
} | ||
], | ||
"start_url": "/?source=pwa", | ||
"background_color": "#EB4F27", | ||
"orientation": "portrait", | ||
"display": "standalone", | ||
"scope": "/", | ||
"theme_color": "#EB4F27" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
import React from 'react'; | ||
|
||
import Document, { | ||
Head, Html, Main, NextScript, | ||
} from 'next/document'; | ||
|
||
class MyDocument extends Document { | ||
render() { | ||
return ( | ||
<Html lang="ko"> | ||
<Head> | ||
<meta charSet="utf-8" /> | ||
<meta name="mobile-web-app-capable" content="yes" /> | ||
<meta name="apple-mobile-web-app-capable" content="yes" /> | ||
<meta | ||
name="apple-mobile-web-app-status-bar-style" | ||
content="black-translucent" | ||
/> | ||
<meta name="apple-mobile-web-app-title" content="2차갈래" /> | ||
<meta name="application-name" content="2차갈래" /> | ||
<meta name="description" content="2차를 빠르게 찾게 도와주는 플랫폼 2차갈래" /> | ||
<meta | ||
name="theme-color" | ||
content="#EB4F27" | ||
media="(prefers-color-scheme: light)" | ||
/> | ||
<meta | ||
name="theme-color" | ||
content="#EB4F27" | ||
media="(prefers-color-scheme: dark)" | ||
/> | ||
<link rel="apple-touch-icon" href="/images/maskable_icon_512.png" /> | ||
<link rel="shortcut icon" href="/favicon.ico" /> | ||
<link rel="manifest" href="/manifest.json" /> | ||
</Head> | ||
<body> | ||
<Main /> | ||
<NextScript /> | ||
</body> | ||
</Html> | ||
); | ||
} | ||
} | ||
|
||
export default MyDocument; |
Oops, something went wrong.