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 | |
| parent | fix: skeleton and mobile chat improvments (#541) (diff) | |
| download | supermemory-440b9232252c3c995126eed5a2fa799a292d16d6.tar.xz supermemory-440b9232252c3c995126eed5a2fa799a292d16d6.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
| -rw-r--r-- | .npmrc | 0 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | apps/web/public/_headers | 2 | ||||
| -rw-r--r-- | apps/web/public/logo-fullmark.svg (renamed from logo.svg) | 0 |
4 files changed, 1 insertions, 3 deletions
diff --git a/.npmrc b/.npmrc deleted file mode 100644 index e69de29b..00000000 --- a/.npmrc +++ /dev/null @@ -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"> diff --git a/apps/web/public/_headers b/apps/web/public/_headers deleted file mode 100644 index e6320ab1..00000000 --- a/apps/web/public/_headers +++ /dev/null @@ -1,2 +0,0 @@ -/_next/static/* - Cache-Control: public,max-age=31536000,immutable
\ No newline at end of file diff --git a/logo.svg b/apps/web/public/logo-fullmark.svg index a91e0f68..a91e0f68 100644 --- a/logo.svg +++ b/apps/web/public/logo-fullmark.svg |