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 5272826 commit d7ad651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/index.html
Expand Up @@ -22,7 +22,7 @@
}

</style>
<link rel="manifest" href="/manifest.json">
<link rel="manifest" href="/manifest.webmanifest">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Expand Up @@ -13,7 +13,7 @@
<meta property="og:image" content="https://cdn.cocreate.app/docs/position.png">

<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

0 comments on commit d7ad651

Please sign in to comment.