website: fix deploy

This commit is contained in:
weishu
2023-07-13 20:11:37 +08:00
parent 080d5bd9e8
commit 38eb93d5ca

View File

@@ -9,7 +9,7 @@
::: :::
<script setup> <script setup>
import data from '../repos.json' import data from '../../repos.json'
</script> </script>
<table> <table>
@@ -27,4 +27,4 @@ import data from '../repos.json'
<td>{{ repo.devices }}</td> <td>{{ repo.devices }}</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>