Replies: 1 comment
-
Ok nevermind, I just couldn't find it in the output, it's a single line and hard to find. Jumped the gun on the panic due to the rush on my current project. My apologies. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Simply put, I am wracking my brain trying to understand why when I view source on my sveltekit project I don't see HTML but a small snippet of JavaScript at the bottom. Even if I set SSR = true on page.ts.
If I view source on a next.js project it's HTML. And I don't mean a static generated site, just a regular next.js project.
Is sveltekit not truly server side rendered? Because SEO is very important to me for my project and it's feeling like I might have just wasted a lot of time.
I can't find anything about this, so either I've misconfigured something or I've misunderstood what sveltekit considers server side rendered.
Even when I look at other examples of sveltekit projects online I see the same thing. Does anyone have any insight?
Beta Was this translation helpful? Give feedback.
All reactions