mirror of
https://github.com/revanced/revanced-website.git
synced 2025-04-29 22:24:31 +02:00
fix: do not prerender patches page
This commit is contained in:
parent
77f0337445
commit
f3665d6bda
@ -1,5 +1,7 @@
|
||||
import type { PageLoad } from './$types';
|
||||
|
||||
export const prerender = false;
|
||||
|
||||
export const load: PageLoad = async ({ params }) => {
|
||||
const selectedPkg = params.package || undefined;
|
||||
return { selectedPkg };
|
||||
|
Loading…
x
Reference in New Issue
Block a user