Fix error handling in layout server file and add console log in layout svelte file

This commit is contained in:
Sean Morley
2024-04-28 13:59:45 +00:00
parent 8ae3236acb
commit eed9b2fad2
2 changed files with 8 additions and 2 deletions

View File

@@ -14,6 +14,8 @@
if (data.usingVercel === "true") {
inject();
injectSpeedInsights();
} else {
console.log("Not using Vercel");
}
let isServerSetup = data.isServerSetup;