fix: broken build

This commit is contained in:
tglide
2023-05-01 17:38:15 +05:30
committed by Christy Jacob
parent 091c63a9ae
commit b86d002954
-1
View File
@@ -1,7 +1,6 @@
import { redirect } from '@sveltejs/kit';
import { getCardImgUrls } from '../helpers.js';
export const prerender = true;
export const ssr = true;
export async function load({ params }) {