Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ export const metadata: Metadata = {
title: "Salem | OpenCoven Documentation Assistant",
description: "RAG-based documentation assistant for OpenCoven",
icons: {
icon: "/logo.svg",
icon: [
{ url: "/favicon.svg", type: "image/svg+xml" },
{ url: "/favicon.ico", sizes: "any" },
],
Comment on lines +10 to +13
apple: { url: "/apple-icon.png", sizes: "180x180" },
},
openGraph: {
images: [`${baseUrl}/og-image.png`],
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"scripts": {
"bdev": "next build && next dev",
"dev": "next dev",
"dev:cave": "next dev -p 3001",
"build": "next build",
"start": "next start",
"lint": "next lint",
Expand Down
Binary file added public/apple-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon.ico
Binary file not shown.
11 changes: 11 additions & 0 deletions 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.