mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-29 12:00:32 +00:00
7 lines
174 B
JavaScript
7 lines
174 B
JavaScript
window.gon = {
|
|
user_color_scheme: 'white',
|
|
api_version: 'v4',
|
|
relative_url_root: '',
|
|
sprite_file_icons: 'static/media/_/node_modules/@gitlab/svgs/dist/icons.svg',
|
|
};
|