pacocoursey / next-themes

Perfect Next.js dark mode in 2 lines of code. Support System preference and any other theme with no flashing
https://next-themes-example.vercel.app/
MIT License
4.68k stars 169 forks source link

Possibility to share across sub-domains? #278

Closed michael-land closed 3 months ago

michael-land commented 3 months ago

Is it possible to share a theme across sub domains? e.g., example.com and app.example.com.

pacocoursey commented 3 months ago

Not currently no, since localStorage is not shared across domains.