mirror of
https://github.com/open-webui/assistant
synced 2025-05-10 15:00:33 +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 = {
|
||||
packagerConfig: {
|
||||
asar: true,
|
||||
icon: "/src/assets/images/icon.png", // no file extension required
|
||||
},
|
||||
rebuildConfig: {},
|
||||
makers: [
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<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>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
Loading…
Reference in New Issue
Block a user