File tree 4 files changed +17
-6
lines changed
4 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="utf-8 " />
5
+ < link
6
+ rel ="icon "
7
+ type ="image/png "
8
+ sizes ="16x16 "
9
+ href ="%PUBLIC_URL%/image.png "
10
+ />
11
+ < meta name ="msapplication-TileColor " content ="#ffffff " />
12
+ < meta name ="theme-color " content ="#ffffff " />
5
13
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
6
14
< meta name ="theme-color " content ="#000000 " />
7
- < meta
8
- name ="description "
9
- content ="Web site created using create-react-app "
10
- />
15
+ < meta name ="description " content ="물가 동향 제공 웹 어플리케이션 " />
11
16
<!--
12
17
manifest.json provides metadata used when your web app is installed on a
13
18
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
22
27
work correctly both with client-side routing and a non-root public URL.
23
28
Learn how to configure a non-root public URL by running `npm run build`.
24
29
-->
25
- < title > React App</ title >
30
+ < title > PriceSnap</ title >
31
+ < meta property ="og:url " content ="https://d6rlnxefknq73.cloudfront.net " />
32
+ < meta property ="og:title " content ="PriceSnap " />
33
+ < meta property ="og:type " content ="website " />
34
+ < meta property ="og:image " content ="%PUBLIC_URL%/thumbnail.png " />
35
+ < meta property ="og:description " content ="물가 동향 제공 웹 어플리케이션 " />
26
36
</ head >
27
37
< body >
28
38
< noscript > You need to enable JavaScript to run this app.</ noscript >
Original file line number Diff line number Diff line change @@ -59,8 +59,9 @@ export const UserProvider = ({ children }) => {
59
59
{
60
60
method : "DELETE" ,
61
61
headers : {
62
+ "Content-Type" : "application/json" ,
62
63
Authorization : `Bearer ${ token } ` ,
63
- } , // 쿠키 포함
64
+ } ,
64
65
}
65
66
) ;
66
67
You can’t perform that action at this time.
0 commit comments