mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Don't set vite base path from env
This commit is contained in:
		
							parent
							
								
									85b92407db
								
							
						
					
					
						commit
						3e7359f9cf
					
				
					 2 changed files with 0 additions and 2 deletions
				
			
		
							
								
								
									
										1
									
								
								.env
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								.env
									
										
									
									
									
								
							| 
						 | 
					@ -1,4 +1,3 @@
 | 
				
			||||||
VITE_PIPED_API=https://pipedapi.kavin.rocks
 | 
					VITE_PIPED_API=https://pipedapi.kavin.rocks
 | 
				
			||||||
VITE_PIPED_PROXY=https://pipedproxy.kavin.rocks
 | 
					VITE_PIPED_PROXY=https://pipedproxy.kavin.rocks
 | 
				
			||||||
VITE_PIPED_INSTANCES=https://piped-instances.kavin.rocks/
 | 
					VITE_PIPED_INSTANCES=https://piped-instances.kavin.rocks/
 | 
				
			||||||
VITE_BASE_URL=/
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -9,7 +9,6 @@ import eslintPlugin from "vite-plugin-eslint";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// https://vitejs.dev/config/
 | 
					// https://vitejs.dev/config/
 | 
				
			||||||
export default defineConfig({
 | 
					export default defineConfig({
 | 
				
			||||||
    base: process.env.VITE_BASE_URL,
 | 
					 | 
				
			||||||
    plugins: [
 | 
					    plugins: [
 | 
				
			||||||
        vue(),
 | 
					        vue(),
 | 
				
			||||||
        Unocss(),
 | 
					        Unocss(),
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue