fix relative paths

This commit is contained in:
2025-11-06 17:56:49 +01:00
parent f6cf84e310
commit 3c2de65806
3 changed files with 10 additions and 15 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
<br>
<h1 class="h1">Latest uploads:</h1>
<% for i, file in ipairs(latestpath) do %>
<a class="amixlink" href="<%= '/data' .. file %>">
<a class="amixlink" href="<%= '/data/' .. titles.url .. '/' .. file %>">
<span class="mixlink"><%= latestname[i] %></span>
</a>
</br>