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 d39107b commit 0e0b268Copy full SHA for 0e0b268
content/tutorial/04-advanced-sveltekit/01-hooks/01-handle/README.md
@@ -25,7 +25,7 @@ export async function handle({ event, resolve }) {
25
return await resolve(event, {
26
+++ transformPageChunk: ({ html }) => html.replace(
27
'<body',
28
- '<body style="color: purple"'
+ '<body style="color: hotpink"'
29
)+++
30
});
31
}
@@ -43,7 +43,7 @@ export async function handle({ event, resolve }) {
43
44
transformPageChunk: ({ html }) => html.replace(
45
46
47
)
48
49
0 commit comments