Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
Reset path
Browse files Browse the repository at this point in the history
  • Loading branch information
AH-dark committed Oct 11, 2021
1 parent 14d604d commit 8dd4c6c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,5 @@
"devDependencies": {
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9"
},
"homepage": "statics"
}
}
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
name="description"
content="云骏时代静态资源站点,用于存放静态文件"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/img/logo192.png" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/static/img/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
Expand Down
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"type": "image/x-icon"
},
{
"src": "img/logo192.png",
"src": "static/img/logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "img/logo512.png",
"src": "static/img/logo512.png",
"type": "image/png",
"sizes": "512x512"
}
Expand Down
File renamed without changes
File renamed without changes

0 comments on commit 8dd4c6c

Please sign in to comment.