mirror of
				https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
				synced 2025-11-01 06:11:09 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			369 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			369 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "name": "sub-store",
 | |
|     "version": 2,
 | |
|     "builds": [
 | |
|       {
 | |
|         "src": "package.json",
 | |
|         "use": "@vercel/static-build"
 | |
|       }
 | |
|     ],
 | |
|     "routes": [
 | |
|       {
 | |
|         "src": "/(js|css|img)/.*",
 | |
|         "headers": { "cache-control": "max-age=31536000, immutable" }
 | |
|       },
 | |
|       { "handle": "filesystem" },
 | |
|       { "src": ".*", "dest": "/" }
 | |
|     ]
 | |
|   } | 
