Add prerendering support for Anti-Fingerprinting Shield Plus page
Some checks failed
GitHub Actions / build (18) (push) Has been cancelled
GitHub Actions / build (20) (push) Has been cancelled
GitHub Actions / build (22) (push) Has been cancelled
GitHub Actions / check (push) Has been cancelled

This commit is contained in:
becarta
2025-05-10 01:32:19 +02:00
parent 5496f3c9e5
commit 1386493d91

View File

@@ -1,4 +1,6 @@
---
export const prerender = true;
import Layout from '~/layouts/PageLayout.astro';
import { getTranslation, supportedLanguages } from '~/i18n/translations';