Skip to content

Commit

Permalink
fix: update manifest.json to manifest.webmanifest
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed May 1, 2023
1 parent 8bcccd5 commit a655b64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- CoCreate CSS -->
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css"/>
<link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" save="true"/>
<link rel="manifest" href="/manifest.json" />
<link rel="manifest" href="/manifest.webmanifest" />
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion src/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
font-weight: bolder;
}
</style>
<link rel="manifest" href="/manifest.json">
<link rel="manifest" href="/manifest.webmanifest">
</head>
<body>
<div id="modal-viewport" hidden></div>
Expand Down

0 comments on commit a655b64

Please sign in to comment.