You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the instructions and have my routes/+layout.ts file as below:
import{dev}from"$app/environment";import{injectAnalytics}from"@vercel/analytics/sveltekit";import{injectSpeedInsights}from"@vercel/speed-insights/sveltekit";injectAnalytics({mode: dev ? "development" : "production"});injectSpeedInsights();
The description said that I should expect the script to be inside the body tag, but when I checked, it's still in the head tag along with analytics script.
The text was updated successfully, but these errors were encountered:
I followed the instructions and have my
routes/+layout.ts
file as below:The description said that I should expect the script to be inside the body tag, but when I checked, it's still in the head tag along with
analytics
script.The text was updated successfully, but these errors were encountered: