Skip to content

Commit

Permalink
fix manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher J Baker committed Nov 8, 2024
1 parent 7b444b7 commit 09a10a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ concurrency:
cancel-in-progress: false

jobs:
verify:
name: Verify
verify-and-publish:
name: Verify and Publish
runs-on: ubuntu-latest

steps:
Expand Down
3 changes: 1 addition & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bitovi PWA Sandbox</title>
<link rel="manifest" href="/manifest.json" />
<script type="importmap" src="/importmap.json"></script>
<link rel="manifest" href="./manifest.json" />
</head>
<body>
<sandbox-header></sandbox-header>
Expand Down
3 changes: 1 addition & 2 deletions public/map/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Map | Bitovi PWA Sandbox</title>
<link rel="manifest" href="/manifest.json" />
<script type="importmap" src="/importmap.json"></script>
<link rel="manifest" href="../manifest.json" />
</head>
<body>
<sandbox-header></sandbox-header>
Expand Down

0 comments on commit 09a10a9

Please sign in to comment.