feat: improve htmx config

This commit is contained in:
Björn Fromme
2025-01-09 13:05:54 +01:00
parent 24dac73303
commit 5f52801d35
+5 -1
View File
@@ -1,4 +1,8 @@
import 'htmx.org';
import htmx from 'htmx.org'
htmx.config.includeIndicatorStyles = false
htmx.config.historyCacheSize = 0
htmx.config.allowScriptTags = false
import './bootstrap.js';
/*
* Welcome to your app's main JavaScript file!