feat(projects): load projects from content/

This commit is contained in:
2025-11-19 12:48:45 +01:00
parent 23a395a9ed
commit a664b2660e
26 changed files with 2692 additions and 83 deletions

View File

@@ -1,6 +1,11 @@
<script setup lang="ts">
import Background from "./Background.vue";
import Projects from "./Projects.vue";
const store = useProjectsStore();
store.$reset();
await store.loadProjects();
</script>
<template>