Skip to content

Commit 3fc77e4

Browse files
committed
refactor: update asset references in index.html and replace CSS/JS files
This commit updates the asset references in the index.html file to point to new CSS and JS files. Key changes include: - Replaced the old JavaScript file `index-mxi8bQ4k.js` with `index-D-oOjDYe.js`. - Updated the CSS file reference from `index-DNOCacL_.css` to the new `index-CXH2BdD4.css`. - Removed the old CSS and JS files to clean up the codebase. These updates ensure that the application uses the latest styles and scripts, contributing to improved performance and maintainability.
1 parent 19e2911 commit 3fc77e4

File tree

5 files changed

+384
-384
lines changed

5 files changed

+384
-384
lines changed

manager/dist/assets/index-CXH2BdD4.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manager/dist/assets/index-D-oOjDYe.js

Lines changed: 381 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manager/dist/assets/index-DNOCacL_.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

manager/dist/assets/index-mxi8bQ4k.js

Lines changed: 0 additions & 381 deletions
This file was deleted.

manager/dist/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<link rel="icon" type="image/png" href="https://evolution-api.com/files/evo/favicon.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Evolution Manager</title>
8-
<script type="module" crossorigin src="/assets/index-mxi8bQ4k.js"></script>
9-
<link rel="stylesheet" crossorigin href="/assets/index-DNOCacL_.css">
8+
<script type="module" crossorigin src="/assets/index-D-oOjDYe.js"></script>
9+
<link rel="stylesheet" crossorigin href="/assets/index-CXH2BdD4.css">
1010
</head>
1111
<body>
1212
<div id="root"></div>

0 commit comments

Comments
 (0)