Fix critical enhancement hanging bug caused by nil context in content injection
Replace nil context with context.Background() in content.go to prevent database operations from hanging indefinitely. Clean up outdated documentation files and add current project structure analysis.
This commit is contained in:
@@ -15,7 +15,7 @@ server:
|
||||
- site_id: "blog"
|
||||
path: "./demos/blog_enhanced"
|
||||
source_path: "./demos/blog/"
|
||||
auto_enhance: true
|
||||
auto_enhance: false
|
||||
- site_id: "default"
|
||||
path: "./demos/default_enhanced"
|
||||
source_path: "./demos/default"
|
||||
|
||||
Reference in New Issue
Block a user