Major re-work!
Some checks failed
Docker Deploy / build-and-push (push) Has been cancelled

This commit is contained in:
2025-06-12 11:09:24 -06:00
parent 324449dd59
commit ab2eb7eeac
13 changed files with 545 additions and 348 deletions

View File

@@ -1,8 +1,8 @@
---
import { Icon } from 'astro-icon/components';
import type { Project } from '../config/data';
import { Icon } from "astro-icon/components";
import type { Project } from '../types';
export interface Props {
interface Props {
project: Project;
}