Skip to content

Commit

Permalink
Deploying to gh-pages from @ 6d1e383 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmihi committed Nov 6, 2023
1 parent 21f9205 commit 3f72cf4
Show file tree
Hide file tree
Showing 5 changed files with 152 additions and 0 deletions.
21 changes: 21 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dashboard</title>
<script type="module" crossorigin src="/assets/index-ec208f48.js"></script>
<link rel="stylesheet" href="/assets/index-15d354f1.css">
<script type="text/javascript">
(function(l) {
const matchPreviewDeployment = l.pathname.match(/preview\/pr-\d+/);
if (matchPreviewDeployment) l.replace(l.origin + "/" +matchPreviewDeployment[0]);
}(window.location))
</script>
</head>
<body>
<div id="root"></div>

</body>
</html>
1 change: 1 addition & 0 deletions assets/index-15d354f1.css

Large diffs are not rendered by default.

Loading

0 comments on commit 3f72cf4

Please sign in to comment.