mirror of
				https://github.com/open-webui/assistant
				synced 2025-06-26 18:15:57 +00:00 
			
		
		
		
	chore: remove broken link
This commit is contained in:
		
							parent
							
								
									39fc2d3ac7
								
							
						
					
					
						commit
						335336c7a4
					
				| @ -10,7 +10,6 @@ import { FuseV1Options, FuseVersion } from "@electron/fuses"; | |||||||
| const config: ForgeConfig = { | const config: ForgeConfig = { | ||||||
|   packagerConfig: { |   packagerConfig: { | ||||||
|     asar: true, |     asar: true, | ||||||
|     icon: "/src/assets/images/icon.png", // no file extension required
 |  | ||||||
|   }, |   }, | ||||||
|   rebuildConfig: {}, |   rebuildConfig: {}, | ||||||
|   makers: [ |   makers: [ | ||||||
|  | |||||||
| @ -3,7 +3,7 @@ | |||||||
|   <head> |   <head> | ||||||
|     <meta charset="UTF-8" /> |     <meta charset="UTF-8" /> | ||||||
|     <title>Open WebUI Assistant</title> |     <title>Open WebUI Assistant</title> | ||||||
|     <link rel="icon" type="image/png" href="./src/assets/images/icon.png" /> |     <link rel="icon" type="image/png" href="/src/assets/images/icon.png" /> | ||||||
|   </head> |   </head> | ||||||
|   <body> |   <body> | ||||||
|     <div id="app"></div> |     <div id="app"></div> | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user