mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Truncate URL lengths.
This commit is contained in:
parent
efd53f8a03
commit
247afc8c33
2 changed files with 12 additions and 4 deletions
|
|
@ -86,6 +86,8 @@ export const DESKTOP_SCREEN_WIDTH = 1920;
|
|||
export const LAPTOP_SCREEN_WIDTH = 1024;
|
||||
export const MOBILE_SCREEN_WIDTH = 479;
|
||||
|
||||
export const URL_LENGTH = 500;
|
||||
|
||||
export const DESKTOP_OS = [
|
||||
'Windows 3.11',
|
||||
'Windows 95',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue