update iframe page missionboard

This commit is contained in:
Alma 2025-04-09 20:03:56 +02:00
parent f2061c17ab
commit 7d95ac5a4d

View File

@ -14,7 +14,7 @@ export default async function Page() {
<main className="w-full h-screen bg-black">
<div className="w-full h-full px-4 pt-12 pb-4">
<ResponsiveIframe
src={process.env.NEXT_PUBLIC_IFRAME_MISSIONS_URL || ''}
src={process.env.NEXT_PUBLIC_IFRAME_MISSIONVIEW_URL || ''}
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
/>
</div>