1
Fork 0
mirror of https://github.com/Steffo99/todocolors.git synced 2024-11-22 16:24:19 +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}, 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"
} }