We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc3d07 commit 1b6ac6aCopy full SHA for 1b6ac6a
content/tutorial/03-sveltekit/09-errors-and-redirects/02-error-pages/README.md
@@ -19,8 +19,6 @@ The default error page is somewhat bland. We can customize it by creating a `src
19
</span>
20
```
21
22
-> We're using the `page` store, which we'll learn more about in a later chapter.
23
-
24
Notice that the `+error.svelte` component is rendered inside the root `+layout.svelte`. We can create more granular `+error.svelte` boundaries:
25
26
```svelte
0 commit comments