mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-07-30 03:14:17 +00:00
### TL;DR Added new digest feature images and wordmark asset to the web app's public directory. ### What changed? Five new images were added under `apps/web/public/images/digest/`: - `feat-memory.png` - `feat-profiles.png` - `feat-retrieval.png` - `feat-router.png` - `wordmark.png` ### How to test? Verify the images are accessible via their public URLs (e.g., `/images/digest/feat-memory.png`) and render correctly wherever they are referenced in the application. ### Why make this change? These assets are needed to support the digest feature showcase, providing visual representations of the memory, profiles, retrieval, and router features, along with a wordmark for branding purposes. |
||
|---|---|---|
| .. | ||
| app | ||
| components | ||
| hooks | ||
| lib | ||
| public | ||
| stores | ||
| .env.example | ||
| .gitignore | ||
| biome.json | ||
| components.json | ||
| globals.css | ||
| instrumentation-client.ts | ||
| middleware.ts | ||
| next.config.ts | ||
| open-next.config.ts | ||
| package.json | ||
| postcss.config.mjs | ||
| README.md | ||
| tsconfig.json | ||
| wrangler.jsonc | ||