fix(server): missing boxicons in desktop/mobile

This commit is contained in:
Elian Doran
2025-06-09 22:18:44 +03:00
parent 4216a71a85
commit 8e73c5906d
4 changed files with 5 additions and 8 deletions

View File

@@ -50,6 +50,7 @@
<% } %>
<link href="<%= assetPath %>/stylesheets/style.css" rel="stylesheet">
<link href="<%= assetPath %>/src/boxicons.css" rel="stylesheet">
<link href="<%= assetPath %>/stylesheets/print.css" rel="stylesheet" media="print">
<script src="<%= appPath %>/runtime.js" crossorigin type="module"></script>

View File

@@ -128,6 +128,7 @@
<% } %>
<link href="<%= assetPath %>/stylesheets/style.css" rel="stylesheet">
<link href="<%= assetPath %>/src/boxicons.css" rel="stylesheet">
<link href="<%= assetPath %>/stylesheets/print.css" rel="stylesheet" media="print">
</body>