mirror of
https://github.com/Steffo99/todocolors.git
synced 2024-11-22 08:14:18 +00:00
Fix favicon and manifest not having absolute paths
This commit is contained in:
parent
f0804216f3
commit
50d765d3bd
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ export const metadata: NextMetadata = {
|
||||||
viewport: {initialScale: 1, width: "device-width", userScalable: false},
|
viewport: {initialScale: 1, width: "device-width", userScalable: false},
|
||||||
creator: "Steffo",
|
creator: "Steffo",
|
||||||
robots: "noindex, nofollow",
|
robots: "noindex, nofollow",
|
||||||
manifest: "manifest.json",
|
manifest: "/manifest.json",
|
||||||
icons: "favicon-wbg.ico",
|
icons: "/favicon-wbg.ico",
|
||||||
themeColor: "#0d193b"
|
themeColor: "#0d193b"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue