How can I customize theme for each tennant? #335
muhammedalibilgin
started this conversation in
General
Replies: 1 comment
-
I have been doing this by creating a new model in prisma.schema file containing the TailwindCSS classes to each specific page.
Then update getSiteData to include Theme and load the TailwindCSS classes directly on components.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
is it possible?
for example in "test-1.vercel.pub/" must be header is fixed but another website "test-2.vercel.pub/" must be hamburger menu or many other changes html/css/js.
Beta Was this translation helpful? Give feedback.
All reactions