mirror of
https://github.com/yudai/gotty.git
synced 2025-12-25 19:58:50 +01:00
Merge pull request #31 from flechaig/master
Avoid HTTP 401 error on manifest.json due to CORS
This commit is contained in:
commit
736ad294e7
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>{{ .title }}</title>
|
||||
<link rel="manifest" href="manifest.json">
|
||||
<link rel="manifest" href="manifest.json" crossorigin="use-credentials">
|
||||
<link rel="icon" href="favicon.ico">
|
||||
<link rel="icon" href="icon.svg" type="image/svg+xml">
|
||||
<link rel="stylesheet" href="./css/index.css" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue