feat: implement hx-boost for reliable loading indication
This commit is contained in:
+2
-2
@@ -5,8 +5,8 @@ import htmx from 'htmx.org'
|
||||
|
||||
window.htmx = htmx
|
||||
htmx.config.includeIndicatorStyles = false
|
||||
htmx.config.historyEnabled = false
|
||||
htmx.config.historyCacheSize = 0
|
||||
htmx.config.historyEnabled = true
|
||||
htmx.config.historyCacheSize = 10
|
||||
htmx.config.allowScriptTags = false
|
||||
htmx.config.withCredentials = true
|
||||
htmx.config.selfRequestsOnly = false
|
||||
|
||||
Reference in New Issue
Block a user