mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-29 18:27:44 +08:00
Fix pwa cors (#5427)
This commit is contained in:
parent
3bbbfbd2eb
commit
86ded14662
@ -7,10 +7,10 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="description" content="Hyperf框架官方文档">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<link rel="apple-touch-icon" href="//hyperf.wiki/3.0/logo.png">
|
||||
<link rel="manifest" href="//hyperf.wiki/3.0/manifest.json">
|
||||
<link rel="apple-touch-icon" href="/3.0/logo.png">
|
||||
<link rel="manifest" href="/3.0/manifest.json">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<link rel="shortcut icon" href="//hyperf.wiki/3.0/favicon.ico" />
|
||||
<link rel="shortcut icon" href="/3.0/favicon.ico" />
|
||||
<link rel="stylesheet" href="//unpkg.com/docsify@4/themes/vue.css">
|
||||
<style>
|
||||
.app-name-link img {
|
||||
|
@ -3,7 +3,7 @@
|
||||
"short_name": "Hyperf",
|
||||
"icons": [
|
||||
{
|
||||
"src": "https://hyperf.wiki/3.0/logo.png",
|
||||
"src": "/3.0/logo.png",
|
||||
"sizes": "150x150",
|
||||
"type": "image/png"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user