Skip to content

Commit

Permalink
🚀 chore: deploy to CF Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
kms0219kms committed Dec 8, 2023
1 parent afe0e6c commit ac68926
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 51 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/deploy.yml

This file was deleted.

19 changes: 0 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,6 @@
</head>
<body>
<div id="root"></div>
<script>
(function (l) {
if (l.search[1] === "/") {
var decoded = l.search
.slice(1)
.split("&")
.map(function (s) {
return s.replace(/~and~/g, "&");
})
.join("?");
window.history.replaceState(
null,
null,
l.pathname.slice(0, -1) + decoded + l.hash
);
}
})(window.location);
</script>

<script type="module" src="/src/index.tsx"></script>
</body>
</html>

0 comments on commit ac68926

Please sign in to comment.