You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update references from "MX Space" to "Mix Space" across the codebase
- Corrected project name in documentation files, including CLAUDE.md, README.md, and migration guides.
- Updated HTML titles and text in admin dashboard and telemetry pages.
- Adjusted API client and webhook SDK documentation to reflect the new project name.
- Ensured consistency in email subjects and sender names in various services.
- Modified OpenAPI documentation to use the new project name.
Signed-off-by: Innei <tukon479@gmail.com>
Copy file name to clipboardExpand all lines: CLAUDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
4
4
5
5
## Project Overview
6
6
7
-
MX Space is a personal blog server application (AI-powered headless CMS) built with NestJS, PostgreSQL, and Redis. This is a monorepo containing the core server application and related packages. The main application is located in `apps/core/`; the admin dashboard SPA lives at `apps/admin/` and is built into the server release (see `apps/admin/CLAUDE.md`).
7
+
Mix Space is a personal blog server application (AI-powered headless CMS) built with NestJS, PostgreSQL, and Redis. This is a monorepo containing the core server application and related packages. The main application is located in `apps/core/`; the admin dashboard SPA lives at `apps/admin/` and is built into the server release (see `apps/admin/CLAUDE.md`).
0 commit comments