Major update to chorus.services platform
- Extensive updates to system configuration and deployment - Enhanced documentation and architecture improvements - Updated dependencies and build configurations - Improved service integrations and workflows 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
		
							
								
								
									
										16
									
								
								modules/teaser/app/robots.txt/route.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								modules/teaser/app/robots.txt/route.ts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| import { NextResponse } from 'next/server' | ||||
|  | ||||
| export async function GET() { | ||||
|   const robots = `User-agent: * | ||||
| Allow: / | ||||
|  | ||||
| Sitemap: https://chorus.services/sitemap.xml` | ||||
|  | ||||
|   return new NextResponse(robots, { | ||||
|     status: 200, | ||||
|     headers: { | ||||
|       'Content-Type': 'text/plain', | ||||
|       'Cache-Control': 'public, max-age=86400, s-maxage=86400' | ||||
|     }, | ||||
|   }) | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 tony
					tony