From 5f52801d35dd87bd8621ed84230bacaa44e920da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Thu, 9 Jan 2025 13:05:54 +0100 Subject: [PATCH] feat: improve htmx config --- assets/app.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/app.js b/assets/app.js index 9c189e3..114ed3f 100644 --- a/assets/app.js +++ b/assets/app.js @@ -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!