mirror of
https://github.com/revanced/revanced-website.git
synced 2025-06-12 21:27:42 +02:00
feat: use adapter-static and prerender everything
This commit is contained in:
@ -2,6 +2,8 @@ import type { Repository } from 'src/data/types';
|
||||
|
||||
export type ContribData = { repositories: Repository[] };
|
||||
|
||||
export const prerender = true;
|
||||
|
||||
export async function load({
|
||||
fetch
|
||||
}): Promise<ContribData> {
|
@ -48,8 +48,7 @@
|
||||
<br />
|
||||
<br />
|
||||
<div class="button-wrapper">
|
||||
<Button kind="secondary">Using ReVanced CLI and installing ReVanced -></Button
|
||||
>
|
||||
Using ReVanced CLI and installing ReVanced (Docs will be overhauled anyways)
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
Reference in New Issue
Block a user