From 388413fe7039866e4859cd029dace505ee7806ce Mon Sep 17 00:00:00 2001
From: pac7 <47831526-pac7@users.noreply.replit.com>
Date: Sun, 21 Sep 2025 01:54:47 +0000
Subject: [PATCH] Update scripts and add cache control to improve site
stability
Updates script loading order for Alpine.js, adds versioning to static assets, and implements cache control meta tags to prevent 500 errors related to stale content.
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: eff39de1-3afa-446d-a965-acaf61837fc7
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/d6d61dac-164d-45dd-929f-7dcdfd771b64/eff39de1-3afa-446d-a965-acaf61837fc7/wS1rD01
---
.replit | 2 +-
backend/templates/base/base.html | 21 +++++++++++++--------
2 files changed, 14 insertions(+), 9 deletions(-)
diff --git a/.replit b/.replit
index 3a032945..ee461cf9 100644
--- a/.replit
+++ b/.replit
@@ -36,7 +36,7 @@ localPort = 5000
externalPort = 80
[[ports]]
-localPort = 32787
+localPort = 37519
externalPort = 3000
[deployment]
diff --git a/backend/templates/base/base.html b/backend/templates/base/base.html
index b474c87d..c1f0e3d5 100644
--- a/backend/templates/base/base.html
+++ b/backend/templates/base/base.html
@@ -30,14 +30,14 @@
-
-
+
+
-
-
+
+
-
+
@@ -133,9 +133,14 @@
{% include 'components/ui/toast-container.html' %}
-
-
-
+
+
+
+
+
+
+
+
{% block extra_js %}{% endblock %}