Next.js Discord

Discord Forum

Next-themes forcedTheme doesn't work

Unanswered
Sun bear posted this in #help-forum
Open in Discord
Avatar
Sun bearOP
Guys I try to force 'light' mode on specific page using this structure:

import Link from 'next/link'

const Page = () => {
return <Link href="/">Go back home</Link>
}

Page.theme = 'light'
export default Page

But unfortunatelly nothing is happening when I get onto this page... I use typescript and the library is "next-themes".

My version of nextjs is latest (14+)

Not sure what I'm doing wrong or how to deal with this... please help

0 Replies