Skip to content

Commit

Permalink
[fix] Static files (#723)
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Seabock (Centific Technologies Inc) <[email protected]>
  • Loading branch information
iseabock and Ian Seabock (Centific Technologies Inc) committed Mar 26, 2024
1 parent 68c8051 commit 4b5f322
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 258 deletions.
114 changes: 0 additions & 114 deletions static/assets/index-161ed743.js

This file was deleted.

1 change: 0 additions & 1 deletion static/assets/index-161ed743.js.map

This file was deleted.

50 changes: 25 additions & 25 deletions static/assets/index-a9630fd2.js → static/assets/index-44ae41ae.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

114 changes: 0 additions & 114 deletions static/assets/index-da21f193.js

This file was deleted.

1 change: 0 additions & 1 deletion static/assets/index-da21f193.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<link rel="icon" type="image/x-icon" href="{{ favicon }}" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{{ title }}</title>
<script type="module" crossorigin src="/assets/index-da21f193.js"></script>
<link rel="stylesheet" href="/assets/index-c5a7e9db.css">
<script type="module" crossorigin src="/assets/index-44ae41ae.js"></script>
<link rel="stylesheet" href="/assets/index-81370a29.css">
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 4b5f322

Please sign in to comment.