mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 07:37:11 +01:00
Fixed issue with long page titles.
This commit is contained in:
parent
0de1cf7bb9
commit
909a96d458
2 changed files with 4 additions and 3 deletions
|
|
@ -224,6 +224,7 @@ export const LAPTOP_SCREEN_WIDTH = 1024;
|
|||
export const MOBILE_SCREEN_WIDTH = 479;
|
||||
|
||||
export const URL_LENGTH = 500;
|
||||
export const PAGE_TITLE_LENGTH = 500;
|
||||
export const EVENT_NAME_LENGTH = 50;
|
||||
|
||||
export const DESKTOP_OS = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue