diff options
| author | MaheshtheDev <[email protected]> | 2025-10-29 06:40:19 +0000 |
|---|---|---|
| committer | MaheshtheDev <[email protected]> | 2025-10-29 06:40:19 +0000 |
| commit | 440b9232252c3c995126eed5a2fa799a292d16d6 (patch) | |
| tree | f736a7dcb257dbbee0f298e8efe0607c3d56b2ef /README.md | |
| parent | fix: skeleton and mobile chat improvments (#541) (diff) | |
| download | supermemory-10-28-chore_remove_unused_files.tar.xz supermemory-10-28-chore_remove_unused_files.zip | |
chore: remove unused files (#540)10-28-chore_remove_unused_files
### Relocated logo file and removed unnecessary configuration files.
### What changed?
- Moved `logo.svg` to `apps/web/public/logo-fullmark.svg`
- Updated the logo path in `README.md` to reflect the new location
- Removed empty `.npmrc` file
- Removed `apps/web/public/_headers` file that contained Next.js static caching configuration
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ <div align="center" style="padding-bottom:20px;padding-top:20px"> - <img src="logo.svg" alt="supermemory Logo" width="400" /> + <img src="apps/web/public/logo-fullmark.svg" alt="supermemory Logo" width="400" /> </div> <div align="center" style="padding-bottom:10px;padding-top:10px"> |