1
Fork 0
mirror of https://github.com/Steffo99/todocolors.git synced 2024-10-16 07:17:28 +00:00

Fix favicon and manifest not having absolute paths

This commit is contained in:
Steffo 2023-08-16 15:26:10 +02:00
parent f0804216f3
commit 50d765d3bd
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -17,8 +17,8 @@ export const metadata: NextMetadata = {
viewport: {initialScale: 1, width: "device-width", userScalable: false},
creator: "Steffo",
robots: "noindex, nofollow",
manifest: "manifest.json",
icons: "favicon-wbg.ico",
manifest: "/manifest.json",
icons: "/favicon-wbg.ico",
themeColor: "#0d193b"
}