-
### Describe the bug
I am using Static adapter with sveltekit.
My adapter configuration is as follows:
**import adapter from '@sveltejs/adapter-static';
export default {
kit: {
adapter…
-
**Describe the bug**
Server-side only code in preload seems to work fine if directly loaded, but breaks when using redirection.
This is particularly relevant when using node modules such as fs, th…
-
I am now sure whether to post the issue here or the svelte repo.
There is no standard tooling and easy way to document svelte components.
**Describe the solution you'd like**
Something like http…
-
Edit
Writing config files by TypeScript.
ref
https://kit.svelte.dev/docs/configuration
-
When I create a default new Nativescript svelte application:
ns create blankapp --svelte
cd blankapp && ns debug android
I get a warning:
WARNING: You should add "svelte" to the "resolve.conditi…
-
After cloning and installing, prettier didn't format svelte files inside both the app/* and packages/* folder.
js/ts files are formatted correctly.
-
Trying to add Prettier to my project: https://github.com/hrishikesh-k/blog. Running `npx prettier . --write` fails with the above error. Here's the entire output:
Terminal output
```
npx pr…
-
I want to have the SEO work when sharing links on social media platforms and chat programs.
Currently, the information shows the default page's SEO and does not render the specific blog posts.
…
-
### Describe the bug
I am using `sv check` with a code base that uses Svelte 5, but non-runes mode. I disabled runes in my `svelte.config.js` using the `compilerOptions: { runes : false }` setting.
…
-
This kinda thing is supported in `svelte-preprocess`:
```
main
h2 Title
p lorem ipsum
```
It currently works in VSCode. But unfortunately not in this extension. Any idea how to…