mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 09:25:06 +01:00
Link to Khoj manifest in home page metadata to support PWA install
Installing Khoj as PWA was supported in previous web UX as well. This just adds link to the existing webmanifest to continue support for installing Khoj as PWA with new web UX
This commit is contained in:
parent
692058bbdd
commit
caf5c3d74c
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ export const metadata: Metadata = {
|
|||
icons: {
|
||||
icon: '/static/favicon.ico',
|
||||
},
|
||||
manifest: '/static/khoj.webmanifest',
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
|
Loading…
Reference in a new issue