mirror of
https://github.com/ArthurDanjou/artmcp.git
synced 2026-01-14 19:09:25 +01:00
Refactor experiences data format from JSON to Markdown
- Updated content.config.ts to change experiences source from JSON to Markdown files. - Deleted JSON files for experiences: artdanjproduction, erisium, picard, and sevetys. - Created corresponding Markdown files for each experience with structured front matter. - Added new API endpoints for fetching experiences and projects in Markdown format. - Removed unused ping API endpoint. - Updated package.json with new dependencies for AI SDK and Zod. - Added new resume files in PDF format for M1 2026 in English and French.
This commit is contained in:
3
server/api/uses.get.ts
Normal file
3
server/api/uses.get.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export default defineEventHandler(async (event) => {
|
||||
return 'Hello Nitro'
|
||||
})
|
||||
Reference in New Issue
Block a user