Skip to content

Commit aa2a952

Browse files
authored
Merge pull request #56 from Wedvice/develop
Main Develop Merge
2 parents 3deb6c3 + 39ceff3 commit aa2a952

32 files changed

Lines changed: 502 additions & 117 deletions

File tree

next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { NextConfig } from 'next';
22

33
const withPWA = require('next-pwa')({
44
dest: 'public',
5-
// disable: process.env.NODE_ENV === "development",
5+
disable: process.env.NODE_ENV === 'development',
66
});
77

88
const path = require('path');

public/icon512_maskable.png

-275 KB
Binary file not shown.

public/icon512_rounded.png

-217 KB
Binary file not shown.

public/kakao_login_button.png

8.1 KB
Loading

public/manifest.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
{
2-
"theme_color": "#8936FF",
3-
"background_color": "#2EC6FE",
2+
"theme_color": "#17181C",
3+
"background_color": "#17181C",
44
"icons": [
5-
{ "purpose": "maskable", "sizes": "512x512", "src": "icon512_maskable.png", "type": "image/png" },
6-
{ "purpose": "any", "sizes": "512x512", "src": "icon512_rounded.png", "type": "image/png" }
5+
{
6+
"purpose": "maskable",
7+
"sizes": "512x512",
8+
"src": "wedyLogo.png",
9+
"type": "image/png"
10+
},
11+
{
12+
"purpose": "any",
13+
"sizes": "512x512",
14+
"src": "wedyLogo.png",
15+
"type": "image/png"
16+
}
717
],
818
"orientation": "any",
919
"display": "standalone",

public/next.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/wedyLogo.png

8.12 KB
Loading

public/wedySplashBackgound.png

1.26 MB
Loading

public/wedySplashLogo.png

1.54 KB
Loading

src/app/Redirection/Redirection.tsx

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)