Skip to content

Commit 924bdec

Browse files
revert netlify redirect
1 parent 4c72dee commit 924bdec

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Frontend/netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[[redirects]]
22
from = "/*"
3-
to = "/index.html"
3+
to = "/"
44
status = 200

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ This document provides a high-level introduction to the Realtime Collaborative C
2222
- **Version control implementation**: Version Engine
2323
- **Database schema and storage**: Data Layer
2424

25-
**Sources**: README.md (Lines 1-183)
26-
2725
### System Purpose
2826

2927
The Realtime Collaborative Code Editor is a web-based platform enabling simultaneous multi-user code editing with integrated version control, testing capabilities, and role-based access management. The system uses Conflict-free Replicated Data Types (CRDTs) via Yjs to provide Google Docs-style collaboration for software development environments.

0 commit comments

Comments
 (0)