Remove high definition of window.fetch
This commit is contained in:
parent
cc11368926
commit
dba6eced88
1 changed files with 0 additions and 8 deletions
|
@ -1,11 +1,3 @@
|
|||
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