We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f2a7ce commit 4f5f221Copy full SHA for 4f5f221
src/components/Projects.vue
@@ -1,7 +1,7 @@
1
<script setup>
2
import { ref, onMounted } from 'vue';
3
4
-const projects = ['copl.uk', 'lareii.github.io', 'ytm-discord-rpc']
+const projects = ['lareii.github.io', 'copl.uk', 'FdF', 'colorify']
5
const repos = ref([]);
6
7
onMounted(async () => {
0 commit comments