Update Version

This commit is contained in:
2026-03-21 06:38:20 +01:00
parent 7ef114ee70
commit 1611c845b9
6 changed files with 22 additions and 108 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ export default async function genWebHTML({ component, pageProps, bundledMap, hea
html += ` <script src="/${bundledMap.path}" type="module" id="${AppData["BunextClientHydrationScriptID"]}" async></script>\n`;
}
if (isDevelopment()) {
html += `<script defer>\n${await grabWebPageHydrationScript({ bundledMap })}\n</script>\n`;
html += `<script defer>\n${await grabWebPageHydrationScript()}\n</script>\n`;
}
if (headHTML) {
html += ` ${headHTML}\n`;