6 lines
213 B
TypeScript
6 lines
213 B
TypeScript
export const alt = "agentmemory — persistent memory for AI coding agents";
|
|
export const size = { width: 1200, height: 630 };
|
|
export const contentType = "image/png";
|
|
|
|
export { default } from "./opengraph-image";
|