mirror of
https://github.com/rjNemo/devbook_ts
synced 2026-06-06 02:36:39 +00:00
chore: merge master
This commit is contained in:
commit
ead6575f65
8 changed files with 6 additions and 10 deletions
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
|
@ -38,6 +38,7 @@ jobs:
|
|||
REACT_APP_AUTH_DOMAIN: ${{ secrets.REACT_APP_AUTH_DOMAIN }}
|
||||
REACT_APP_APP_ID: ${{ secrets.REACT_APP_APP_ID }}
|
||||
REACT_APP_API_KEY: ${{ secrets.REACT_APP_API_KEY }}
|
||||
REACT_APP_GITHUB_TOKEN: ${{ secrets.REACT_APP_GITHUB_TOKEN }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install dependencies
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 15 KiB |
|
|
@ -10,7 +10,7 @@
|
|||
content="Create developer profiles, portfolio, share and get help from other
|
||||
devs"
|
||||
/>
|
||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.png" />
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||
<title>DevBook</title>
|
||||
</head>
|
||||
|
|
|
|||
BIN
public/logo.png
Normal file
BIN
public/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 69 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 5.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 9.4 KiB |
|
|
@ -8,18 +8,13 @@
|
|||
"type": "image/x-icon"
|
||||
},
|
||||
{
|
||||
"src": "logo192.png",
|
||||
"src": "logo.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192"
|
||||
},
|
||||
{
|
||||
"src": "logo512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
"sizes": "1024x1024"
|
||||
}
|
||||
],
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"theme_color": "#17a2b8",
|
||||
"background_color": "#000000"
|
||||
"background_color": "#fafafa"
|
||||
}
|
||||
|
|
@ -11,4 +11,4 @@ ReactDOM.render(
|
|||
document.getElementById('root'),
|
||||
);
|
||||
|
||||
serviceWorker.unregister();
|
||||
serviceWorker.register();
|
||||
|
|
|
|||
Loading…
Reference in a new issue