Skip to content

Commit

Permalink
Fix bitmap editor url in service worker (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
netalondon authored Jul 9, 2024
1 parent 63aeb22 commit 5bd67a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/service-worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ precacheAndRoute([
url: "user_guide/compiler.pdf",
revision: null,
},
{ url: "web-ide/bitmap_editor.html", revision: null },
{ url: "/web-ide/bitmap_editor.html", revision: null },
]);

// Set up App Shell-style routing, so that all navigation requests
Expand Down

0 comments on commit 5bd67a4

Please sign in to comment.