feat(projects): load projects from content/

This commit is contained in:
2025-11-19 12:48:45 +01:00
parent e8239c825e
commit a9bc2a7358
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>