Files
LOUIS POTEVIN 611af1ac67
Deploy Documentation / check-and-deploy (push) Successful in 20s
feat: add Home, Project, and Work Index views with responsive design and SEO enhancements
- Implemented HomeView with a timeline layout, featuring sections for hero, profile, projects, stack, and contact.
- Created ProjectView to display individual project details, including status, highlights, and tech stack.
- Developed WorkIndexView to list all projects with breadcrumb navigation.
- Enhanced TypeScript configuration for improved module resolution.
2026-07-02 13:55:46 +02:00

12 lines
205 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"include": ["src/**/*", ".astro/types.d.ts"],
"exclude": ["dist"]
}