mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
2c517d6278
* check in full site application * rm unused assets components * change base css * i18n * new doc workflow * fix crosslink to doc in github * nav, console link, assets, console brand * edit configjs server * rm go struct references * cleanup input output bindings * working dir * export path * always trigger * rel paths * cname * rev workdir * fix fallbacklanguage, home on large screens * remove mit from site
5 lines
149 B
JavaScript
5 lines
149 B
JavaScript
export const SLUG_PRESERVE_UNICODE = false;
|
|
export const SLUG_SEPARATOR = '_';
|
|
export const SLUG_LANG = 'en';
|
|
export const LANGUAGES = ['de', 'en'];
|