mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: update vercel proxy paths (#2623)
* Updates vercel proxy paths to match new deployment
This commit is contained in:
		
							parent
							
								
									fee95475bd
								
							
						
					
					
						commit
						8fed007fe1
					
				@ -2,15 +2,15 @@
 | 
			
		||||
  "rewrites": [
 | 
			
		||||
    {
 | 
			
		||||
      "source": "/api/:match*",
 | 
			
		||||
      "destination": "https://unleash4.herokuapp.com/api/:match*"
 | 
			
		||||
      "destination": "https://unleash.herokuapp.com/api/:match*"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "source": "/logout",
 | 
			
		||||
      "destination": "https://unleash4.herokuapp.com/logout"
 | 
			
		||||
      "destination": "https://unleash.herokuapp.com/logout"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "source": "/auth/:match*",
 | 
			
		||||
      "destination": "https://unleash4.herokuapp.com/auth/:match*"
 | 
			
		||||
      "destination": "https://unleash.herokuapp.com/auth/:match*"
 | 
			
		||||
    },
 | 
			
		||||
    { "source": "/(.*)", "destination": "/index.html" }
 | 
			
		||||
  ]
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user