fix: make prod work?
This commit is contained in:
parent
d87192f48c
commit
6a2bc87618
@ -50,7 +50,9 @@ export const actions = {
|
|||||||
post_github: postAction(auth.github, []),
|
post_github: postAction(auth.github, []),
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function load({ url, fetch, cookies }) {
|
export async function load({ url, fetch, cookies, setHeaders }) {
|
||||||
|
// hack????
|
||||||
|
setHeaders({'X-Accel-Buffering': 'no'})
|
||||||
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