We want to be able to brand our website (theme and logo) at build time, we use the dsfr theme but the german will use their own theme with their own logo. We will use a env var to set the theme, depend the environment we will be able to use different theme at build time.
3 lines
69 B
Plaintext
3 lines
69 B
Plaintext
NEXT_PUBLIC_API_ORIGIN=http://test.jest
|
|
NEXT_PUBLIC_THEME=test-theme
|