Skip to content

Commit

Permalink
Use credential
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Jul 18, 2023
1 parent a1029bc commit d37510d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel='icon' sizes='any' href='{{baseurl}}/meta/favicon.ico' />
<link rel='icon' type='image/svg+xml' href='{{baseurl}}/meta/icon.svg' />
<link rel='apple-touch-icon' sizes='180x180' href='{{baseurl}}/meta/apple-touch-icon.png' />
<link rel='manifest' href='{{baseurl}}/meta/site.webmanifest' crossorigin="anonymous" />
<link rel='manifest' href='{{baseurl}}/meta/site.webmanifest' crossorigin="use-credentials" />

<title>{{appTitle}}</title>
<meta name='description' content='{{appDescription}}' data-react-helmet="true" />
Expand Down

0 comments on commit d37510d

Please sign in to comment.