diff --git a/package.json b/package.json index ab104e0..5813599 100644 --- a/package.json +++ b/package.json @@ -16,5 +16,9 @@ }, "devDependencies": { "typescript": "latest" + }, + "allowScripts": { + "esbuild@0.28.1": true, + "fsevents@2.3.3": true } } diff --git a/public/bloom-mark.svg b/public/bloom-mark.svg index e39ed42..71ae952 100644 --- a/public/bloom-mark.svg +++ b/public/bloom-mark.svg @@ -1,10 +1,11 @@ - - - - - - - - - + + + + + + + + + + diff --git a/public/favicon-options/bloom-mono-black.svg b/public/favicon-options/bloom-mono-black.svg new file mode 100644 index 0000000..088bc52 --- /dev/null +++ b/public/favicon-options/bloom-mono-black.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/public/favicon-options/bloom-mono-white.svg b/public/favicon-options/bloom-mono-white.svg new file mode 100644 index 0000000..e55d3ed --- /dev/null +++ b/public/favicon-options/bloom-mono-white.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/public/favicon.svg b/public/favicon.svg index e39ed42..71ae952 100644 --- a/public/favicon.svg +++ b/public/favicon.svg @@ -1,10 +1,11 @@ - - - - - - - - - + + + + + + + + + + diff --git a/public/og.png b/public/og.png index aeac8f3..7d939c5 100644 Binary files a/public/og.png and b/public/og.png differ diff --git a/public/og.svg b/public/og.svg new file mode 100644 index 0000000..38f75d2 --- /dev/null +++ b/public/og.svg @@ -0,0 +1,24 @@ + + /bloom Documentation + Documentation for Bloom. + + + + + + + + + + + + + + + + + + / + bloom + Documentation + diff --git a/vocs.config.ts b/vocs.config.ts index dd2a709..43db032 100644 --- a/vocs.config.ts +++ b/vocs.config.ts @@ -13,8 +13,14 @@ export default defineConfig({ title: '/bloom | Documentation', description: 'Documentation for Bloom, the agentic Ethereum wallet mounted as a virtual filesystem.', - logoUrl: '/favicon.svg', - iconUrl: '/favicon.svg', + logoUrl: { + light: '/favicon-options/bloom-mono-black.svg', + dark: '/favicon-options/bloom-mono-white.svg', + }, + iconUrl: { + light: '/favicon-options/bloom-mono-black.svg', + dark: '/favicon-options/bloom-mono-white.svg', + }, ogImageUrl: siteUrl ? `${siteUrl}/og.png` : '/og.png', baseUrl: siteUrl, rootDir: 'src/pages',