diff options
Diffstat (limited to 'frontend/index.ts')
| -rw-r--r-- | frontend/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/index.ts b/frontend/index.ts index b970e5f..d3c974f 100644 --- a/frontend/index.ts +++ b/frontend/index.ts @@ -1,6 +1,7 @@ import htmx from "htmx.org"; htmx.config.historyRestoreAsHxRequest = false; +htmx.config.includeIndicatorStyles = false; function setupAnchors() { document.querySelectorAll("a").forEach((e) => { |
