fix: fix: fix: fix
This commit is contained in:
parent
0ad0b19349
commit
21afa8a32a
@ -45,7 +45,6 @@
|
|||||||
},
|
},
|
||||||
"trustedDependencies": [
|
"trustedDependencies": [
|
||||||
"@sveltejs/kit",
|
"@sveltejs/kit",
|
||||||
"deasync",
|
|
||||||
"esbuild",
|
"esbuild",
|
||||||
"svelte-preprocess"
|
"svelte-preprocess"
|
||||||
]
|
]
|
||||||
|
@ -50,7 +50,7 @@ export const actions = {
|
|||||||
post_github: postAction(auth.github, []),
|
post_github: postAction(auth.github, []),
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function load({ url, fetch, cookies, setHeaders }) {
|
export async function load({ url, fetch, cookies }) {
|
||||||
const scopedCookies = scopeCookies(cookies)
|
const scopedCookies = scopeCookies(cookies)
|
||||||
var data = {
|
var data = {
|
||||||
entries: [] as [number, Entry][],
|
entries: [] as [number, Entry][],
|
||||||
|
Loading…
Reference in New Issue
Block a user