Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,11 @@ To set up the staging environment, follow these steps:
```
3. Access the staging environment at `http://localhost:3000`.

## Filename Handling Instructions

- Ensure that filenames are properly sanitized to prevent security vulnerabilities.
- Use relative paths when referencing files within the project.
- Implement error handling for file operations to manage missing or inaccessible files gracefully.
- Consider using a consistent naming convention for files to enhance clarity and organization.

Make sure to test all features thoroughly before deploying to production.