mirror of https://github.com/openclaw/openclaw.git
feat(ui): add favicon.ico from Mac app icon (#305)
This commit is contained in:
parent
11b6fddcbf
commit
848f36b670
|
|
@ -5,6 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Clawdbot Control</title>
|
||||
<meta name="color-scheme" content="dark light" />
|
||||
<link rel="icon" href="/favicon.ico" sizes="any" />
|
||||
</head>
|
||||
<body>
|
||||
<clawdbot-app></clawdbot-app>
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 94 KiB |
|
|
@ -17,6 +17,7 @@ export default defineConfig(({ command }) => {
|
|||
const base = envBase ? normalizeBase(envBase) : "/";
|
||||
return {
|
||||
base,
|
||||
publicDir: path.resolve(here, "public"),
|
||||
optimizeDeps: {
|
||||
include: ["lit/directives/repeat.js"],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue