website: fix deploy
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user