Skip to content

Commit

Permalink
Add new favicon, remove old ones (#6250)
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus authored Jan 2, 2025
1 parent 3fce7af commit 231a99a
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 0 deletions.
Binary file removed packages/web/docs/public/android-chrome-192x192.png
Binary file not shown.
Binary file removed packages/web/docs/public/android-chrome-512x512.png
Binary file not shown.
Binary file removed packages/web/docs/public/apple-touch-icon.png
Binary file not shown.
Binary file removed packages/web/docs/public/favicon-16x16.png
Binary file not shown.
Binary file removed packages/web/docs/public/favicon-32x32.png
Binary file not shown.
Binary file removed packages/web/docs/public/favicon.ico
Binary file not shown.
20 changes: 20 additions & 0 deletions packages/web/docs/public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions packages/web/docs/src/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {
import { isLandingPage, NavigationMenu } from './components/navigation-menu';
import { ProductUpdateBlogPostHeader } from './components/product-update-blog-post-header';
import { cn } from './lib';
import favicon from '../public/favicon.svg';

const HiveLogo = PRODUCTS.HIVE.logo;

Expand Down Expand Up @@ -85,6 +86,7 @@ export default defineConfig({

return (
<>
<link rel="icon" href={favicon.src} />
<meta charSet="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<link rel="canonical" href={canonicalUrl} />
Expand Down

0 comments on commit 231a99a

Please sign in to comment.