Next metadata issue
Unanswered
Huntaway posted this in #help-forum
HuntawayOP
hello, when i try to add themeColor which show as embed color. but it not working
export const metadata: Metadata = {
title: '',
description: "",
icons: "",
themeColor: "red",
}1 Reply
@Huntaway hello, when i try to add themeColor which show as embed color. but it not working
js
export const metadata: Metadata = {
title: '',
description: "",
icons: "",
themeColor: "red",
}
do you see the
themeColor meta tag in the html of your page?