From 76a60ad9489b68d7b5607499c0087d43a1973063 Mon Sep 17 00:00:00 2001
From: kdxiaoyi <169080523+kdxhub@users.noreply.github.com>
Date: Thu, 9 Jul 2026 12:57:38 +0800
Subject: [PATCH] fix: inline script renders src="false" when external is
falsy, breaking SPA
---
Spa.astro | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Spa.astro b/Spa.astro
index d47ecc7..74b494f 100644
--- a/Spa.astro
+++ b/Spa.astro
@@ -124,4 +124,4 @@ if (external) {
const Tag = "script";
---
-
+