mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-11 05:36:17 +00:00
fix: do not prerender patches page
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
import type { PageLoad } from './$types';
|
import type { PageLoad } from './$types';
|
||||||
|
|
||||||
|
export const prerender = false;
|
||||||
|
|
||||||
export const load: PageLoad = async ({ params }) => {
|
export const load: PageLoad = async ({ params }) => {
|
||||||
const selectedPkg = params.package || undefined;
|
const selectedPkg = params.package || undefined;
|
||||||
return { selectedPkg };
|
return { selectedPkg };
|
||||||
|
|||||||
Reference in New Issue
Block a user