To run your layout’s load function on the server, move it to +layout.server.js, and change the LayoutLoad type to LayoutServerLoad.
Like +layout.js, +layout.server.js can export page options — prerender, ssr and csr.
To run your layout’s load function on the server, move it to +layout.server.js, and change the LayoutLoad type to LayoutServerLoad.
Like +layout.js, +layout.server.js can export page options — prerender, ssr and csr.