youtuber-blog-frontend/build/server/chunks/2-C4KOhqPk.js

37 lines
1.6 KiB
JavaScript
Raw Normal View History

2024-05-29 19:31:10 +00:00
import { c as config } from './config-BHx687w1.js';
2024-05-29 18:43:41 +00:00
import { r as redirect } from './index-Ddp2AB5f.js';
2024-05-29 19:31:10 +00:00
import './shared-server-i79vVjEm.js';
2024-05-29 18:43:41 +00:00
const load = async ({ fetch, cookies }) => {
if (!cookies.get("token")) {
2024-05-29 19:23:04 +00:00
return redirect(302, "/auth");
2024-05-29 18:43:41 +00:00
}
const res = await fetch(config.api_url + "/me");
if (res.status > 399 && res.status < 499) {
cookies.delete("token", {
path: "/"
});
2024-05-29 19:23:04 +00:00
redirect(302, "/auth");
2024-05-29 18:43:41 +00:00
}
const data = await res.json();
return {
me: data.user
};
};
var _layout_server = /*#__PURE__*/Object.freeze({
__proto__: null,
load: load
});
const index = 2;
let component_cache;
2024-06-23 09:25:48 +00:00
const component = async () => component_cache ??= (await import('./_layout.svelte-Cv1qVGno.js')).default;
2024-05-29 19:16:25 +00:00
const server_id = "src/routes/(app)/+layout.server.js";
2024-06-23 09:25:48 +00:00
const imports = ["_app/immutable/nodes/2.BAsPULsz.js","_app/immutable/chunks/scheduler.TiWp2jL2.js","_app/immutable/chunks/index.BGG1x4jY.js","_app/immutable/chunks/each.BM-upbTq.js","_app/immutable/chunks/spread.CgU5AtxT.js","_app/immutable/chunks/Icon.DZBLUDEC.js","_app/immutable/chunks/index.ClIX1ZeE.js","_app/immutable/chunks/index.aejygcvy.js","_app/immutable/chunks/Toaster.svelte_svelte_type_style_lang.CL0N33eq.js","_app/immutable/chunks/x.DX5gbQE3.js","_app/immutable/chunks/button.BSgz0N-_.js","_app/immutable/chunks/mode-watcher.DzTSbG1i.js","_app/immutable/chunks/config.D7OJDjr-.js"];
const stylesheets = ["_app/immutable/assets/app.cr9hm5UU.css","_app/immutable/assets/Toaster.CZzI-Nh6.css"];
2024-05-29 18:43:41 +00:00
const fonts = [];
export { component, fonts, imports, index, _layout_server as server, server_id, stylesheets };
2024-06-23 09:25:48 +00:00
//# sourceMappingURL=2-C4KOhqPk.js.map