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 5e83a4d commit cd2892dCopy full SHA for cd2892d
src/components/Projects.vue
@@ -1,7 +1,7 @@
1
<script setup>
2
import { ref, onMounted } from 'vue';
3
4
-const projects = ['lareii.github.io', 'copl.uk', 'FdF', 'colorify']
+const projects = ['lareii.github.io', 'copl.uk', 'FdF', 'cub3D']
5
const repos = ref([]);
6
7
onMounted(async () => {
0 commit comments