Same as before
This commit is contained in:
parent
eb69f00c26
commit
eac85ec934
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@ export const prerender = false;
|
|||
export const ssr = true;
|
||||
export const csr = true;
|
||||
|
||||
/**
|
||||
* This is a global configuration for using sveltekit
|
||||
* custom 'fetch' function that enables a lot of things
|
||||
*/
|
||||
export async function load({ fetch }) {
|
||||
window.fetch = fetch;
|
||||
}
|
Loading…
Reference in a new issue