mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-02-04 06:16:25 -06:00
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.
This commit is contained in:
+1
File diff suppressed because one or more lines are too long
+381
File diff suppressed because one or more lines are too long
-1
File diff suppressed because one or more lines are too long
-381
File diff suppressed because one or more lines are too long
Vendored
+2
-2
@@ -5,8 +5,8 @@
|
|||||||
<link rel="icon" type="image/png" href="https://evolution-api.com/files/evo/favicon.svg" />
|
<link rel="icon" type="image/png" href="https://evolution-api.com/files/evo/favicon.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Evolution Manager</title>
|
<title>Evolution Manager</title>
|
||||||
<script type="module" crossorigin src="/assets/index-mxi8bQ4k.js"></script>
|
<script type="module" crossorigin src="/assets/index-D-oOjDYe.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-DNOCacL_.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-CXH2BdD4.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user