mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-13 07:04:50 -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:
parent
19e291178c
commit
3fc77e4c76
1
manager/dist/assets/index-CXH2BdD4.css
vendored
Normal file
1
manager/dist/assets/index-CXH2BdD4.css
vendored
Normal file
File diff suppressed because one or more lines are too long
381
manager/dist/assets/index-D-oOjDYe.js
vendored
Normal file
381
manager/dist/assets/index-D-oOjDYe.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
manager/dist/assets/index-DNOCacL_.css
vendored
1
manager/dist/assets/index-DNOCacL_.css
vendored
File diff suppressed because one or more lines are too long
381
manager/dist/assets/index-mxi8bQ4k.js
vendored
381
manager/dist/assets/index-mxi8bQ4k.js
vendored
File diff suppressed because one or more lines are too long
4
manager/dist/index.html
vendored
4
manager/dist/index.html
vendored
@ -5,8 +5,8 @@
|
||||
<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" />
|
||||
<title>Evolution Manager</title>
|
||||
<script type="module" crossorigin src="/assets/index-mxi8bQ4k.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DNOCacL_.css">
|
||||
<script type="module" crossorigin src="/assets/index-D-oOjDYe.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CXH2BdD4.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
Loading…
Reference in New Issue
Block a user