mirror of
				https://github.com/Theodor-Springmann-Stiftung/khalilogy.org.git
				synced 2025-10-31 03:25:29 +00:00 
			
		
		
		
	khalilogy
This commit is contained in:
		
							
								
								
									
										15
									
								
								src/vite.config.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								src/vite.config.js
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | ||||
| import { resolve } from "path"; | ||||
| import { defineConfig } from "vite"; | ||||
|  | ||||
| export default defineConfig({ | ||||
|   build: { | ||||
|     outDir: "./dist/", | ||||
|     emptyOutDir: true, | ||||
|     rollupOptions: { | ||||
|       input: { | ||||
|         main: resolve(__dirname, "index.html"), | ||||
|         impressum: resolve(__dirname, "impressum", "index.html"), | ||||
|       }, | ||||
|     }, | ||||
|   }, | ||||
| }); | ||||
		Reference in New Issue
	
	Block a user
	 Simon Martens
					Simon Martens