Questions tagged [sveltekit]

[SvelteKit](https://kit.svelte.dev/) is a framework for building fullstack web applications with the Svelte framework.

SvelteKit is a framework for building fullstack web applications with the Svelte framework.

2260 questions
15
votes
2 answers

How to change page title dynamically in Sveltekit?

I'm learning SvelteKit and this might be a very elementary question. But I could not figure out how to change the tab's title. In my src/+layout.svelte I have:
blnks
  • 600
  • 5
  • 15
15
votes
2 answers

Unable to access request.body from the endpoint.js in sveltekit skeleton project

After initiating a skeleton project from sveltekit app. my index has a form :