 5d519fd875
			
		
	
	5d519fd875
	
	
	
		
			
			- Use data-trunk directive for CSS processing instead of manual copy - Enable automatic content hashing and cache busting for styles.css - Remove unused CalendarInfo import to fix compiler warning - Simplify Trunk.toml by removing redundant copy configuration This ensures styles.css is properly copied and processed on every build with automatic cache invalidation when styles change. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
		
			
				
	
	
		
			10 lines
		
	
	
		
			245 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			245 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| <head>
 | |
|     <meta charset="utf-8" />
 | |
|     <title>Calendar App</title>
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
|     <link data-trunk rel="css" href="styles.css">
 | |
| </head>
 | |
| <body></body>
 | |
| </html> |