mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
fix: set DEFAULT_ANIMATION_DURATION to 0
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
1c440c9e1c
commit
e5e71f6988
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ export const PIXELS_URL = `${globalThis?.location?.origin}/p`;
|
|||
|
||||
export const DEFAULT_LOCALE = 'en-US';
|
||||
export const DEFAULT_THEME = 'light';
|
||||
export const DEFAULT_ANIMATION_DURATION = 300;
|
||||
export const DEFAULT_ANIMATION_DURATION = 0;
|
||||
export const DEFAULT_DATE_RANGE_VALUE = '24hour';
|
||||
export const DEFAULT_WEBSITE_LIMIT = 10;
|
||||
export const DEFAULT_RESET_DATE = '2000-01-01';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue