diff --git a/src/routes/card/[uid]/+page.ts b/src/routes/card/[uid]/+page.ts index c54acf617..83de20bee 100644 --- a/src/routes/card/[uid]/+page.ts +++ b/src/routes/card/[uid]/+page.ts @@ -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 }) {