Truncate URL lengths.

This commit is contained in:
Mike Cao 2021-03-12 23:45:19 -08:00
parent efd53f8a03
commit 247afc8c33
2 changed files with 12 additions and 4 deletions

View file

@ -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',