fix: adding missing comma
30dbf0fd
1 file(s) · +1 −1
| 9 | 9 | export const projects: ProjectItem[] = [ |
|
| 10 | 10 | { |
|
| 11 | 11 | title: "Andromeda", |
|
| 12 | - | description: "A collection of personal and self hostable software written in Rust. Each app is minimal and focuses on low memory and data usage. Includes common needs like an RSS reader, markdown note taker, even a micro blogging platform. Andromeda also includes a base Rust stack and agent skills that can be used to build more basic web applications." |
|
| 12 | + | description: "A collection of personal and self hostable software written in Rust. Each app is minimal and focuses on low memory and data usage. Includes common needs like an RSS reader, markdown note taker, even a micro blogging platform. Andromeda also includes a base Rust stack and agent skills that can be used to build more basic web applications.", |
|
| 13 | 13 | image: "https://andromeda.build/og.png", |
|
| 14 | 14 | link: "https://andromeda.build", |
|
| 15 | 15 | tags: ["productivity", "self hosting"] |