ChandimaPrabath
commited on
Commit
β’
974899d
1
Parent(s):
25cf949
fix manifest
Browse files
frontend/public/{site.webmanifest β webmanifest.json}
RENAMED
File without changes
|
frontend/src/app/layout.js
CHANGED
@@ -14,7 +14,7 @@ export default function RootLayout({ children }) {
|
|
14 |
<html lang="en">
|
15 |
<body className={inter.className}>
|
16 |
<header>
|
17 |
-
<link rel="manifest" href="
|
18 |
<Header />
|
19 |
</header>
|
20 |
<div className="app-container">
|
|
|
14 |
<html lang="en">
|
15 |
<body className={inter.className}>
|
16 |
<header>
|
17 |
+
<link rel="manifest" href="webmanifest.json"/>
|
18 |
<Header />
|
19 |
</header>
|
20 |
<div className="app-container">
|