generated from avior/template-web-astro
feat: Move to the Picture Component
Signed-off-by: Florian Bouillon <f.bouillon@aptatio.com>
This commit is contained in:
@ -15,7 +15,8 @@ const projectsCollection = defineCollection({
|
||||
}).optional(),
|
||||
disabled: z.string().optional(),
|
||||
created: z.date().optional(),
|
||||
updated: z.date().optional()
|
||||
updated: z.date().optional(),
|
||||
techs: z.string().array().optional()
|
||||
})
|
||||
})
|
||||
const blogCollection = defineCollection({
|
||||
|
@ -7,6 +7,13 @@ link:
|
||||
image: ./og.png
|
||||
created: 2022-09-03
|
||||
updated: 2023-07-02
|
||||
techs:
|
||||
- NextJS
|
||||
- Typescript
|
||||
- Appwrite
|
||||
- Scrapping
|
||||
- Docker
|
||||
- Stylus
|
||||
---
|
||||
|
||||

|
||||
|
@ -6,6 +6,14 @@ link:
|
||||
image: ./og.png
|
||||
created: 2018-09-10
|
||||
updated: 2021-04-29
|
||||
techs:
|
||||
- NextJS
|
||||
- Typescript
|
||||
- MongoDB
|
||||
- Firebase
|
||||
- Symphony
|
||||
- Docker
|
||||
- Stylus
|
||||
---
|
||||
|
||||

|
||||
|
Reference in New Issue
Block a user