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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I have a website on which I wanted to disable SSR because it is not SEO critical and I wanted to avoid too many function calls on Netlify.
As described on the documentation, I have added the following code to my
src/routes/+layout.js
:However in the build logs on Netlify, it still have this line:
And indeed when I look at the function logs, I see the
sveltekit-render
running when I load pages.I am confused. Did I miss something in my configuration?
Thank you in advance for your help.
Mickael
Beta Was this translation helpful? Give feedback.
All reactions