🐛 Testing out the new SSR cookie forward

This commit is contained in:
2025-10-04 15:49:09 +08:00
parent 453319bac1
commit cad3b38432
5 changed files with 17 additions and 9 deletions

View File

@@ -75,7 +75,7 @@ if (
console.log("\nnpx nuxi module add icon\n")
}
const apiBaseServer = useSolarNetworkUrl(true)
const apiBaseServer = useSolarNetworkUrl()
function toAbsoluteUrl(url: string | undefined) {
if (!url) return undefined