mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00: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:
@@ -10,6 +10,7 @@ export const metadata: Metadata = {
|
||||
icons: {
|
||||
icon: '/static/favicon.ico',
|
||||
},
|
||||
manifest: '/static/khoj.webmanifest',
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
Reference in New Issue
Block a user