chore(vite): get rid of missing boxicons

This commit is contained in:
Elian Doran
2025-05-19 20:16:49 +03:00
parent 40aa71b2b4
commit 0be40012ba
4 changed files with 2 additions and 6 deletions

View File

@@ -54,7 +54,5 @@
<script src="<%= appPath %>/runtime.js" crossorigin type="module"></script>
<script src="<%= appPath %>/desktop.js" crossorigin type="module"></script>
<link rel="stylesheet" type="text/css" href="<%= assetPath %>/node_modules/boxicons/css/boxicons.min.css">
</body>
</html>

View File

@@ -120,7 +120,5 @@
<link href="<%= assetPath %>/stylesheets/style.css" rel="stylesheet">
<link href="<%= assetPath %>/stylesheets/print.css" rel="stylesheet" media="print">
<link rel="stylesheet" type="text/css" href="<%= assetPath %>/node_modules/boxicons/css/boxicons.min.css">
</body>
</html>