mirror of
				https://github.com/cinnyapp/cinny.git
				synced 2025-11-04 06:20:28 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			36 lines
		
	
	
		
			No EOL
		
	
	
		
			539 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			No EOL
		
	
	
		
			539 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[[redirects]]
 | 
						|
  from = "/config.json"
 | 
						|
  to = "/config.json"
 | 
						|
  status = 200
 | 
						|
 | 
						|
[[redirects]]
 | 
						|
  from = "/manifest.json"
 | 
						|
  to = "/manifest.json"
 | 
						|
  status = 200
 | 
						|
 | 
						|
[[redirects]]
 | 
						|
  from = "/sw.js"
 | 
						|
  to = "/sw.js"
 | 
						|
  status = 200
 | 
						|
 | 
						|
  
 | 
						|
[[redirects]]
 | 
						|
  from = "/pdf.worker.min.js"
 | 
						|
  to = "/pdf.worker.min.js"
 | 
						|
  status = 200
 | 
						|
 | 
						|
[[redirects]]
 | 
						|
  from = "/public/*"
 | 
						|
  to = "/public/:splat"
 | 
						|
  status = 200
 | 
						|
 | 
						|
[[redirects]]
 | 
						|
  from = "/assets/*"
 | 
						|
  to = "/assets/:splat"
 | 
						|
  status = 200
 | 
						|
 | 
						|
[[redirects]]
 | 
						|
  from = "/*"
 | 
						|
  to = "/index.html"
 | 
						|
  status = 200
 | 
						|
  force = true |