iframe sources fixed

This commit is contained in:
Alma 2025-04-09 12:26:53 +02:00
parent c7ec25ed11
commit 0b5b6bbdc3
4 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,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">
<iframe
src="https://espace.slm-lab.net/apps/contacts"
src={process.env.NEXT_PUBLIC_IFRAME_CONTACTS_URL}
className="w-full h-full border-none"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
sandbox="allow-same-origin allow-scripts allow-popups allow-forms"

View File

@ -13,7 +13,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">
<iframe
src="https://espace.slm-lab.net/apps/calendar"
src={process.env.NEXT_PUBLIC_IFRAME_DIARY_URL}
className="w-full h-full border-none"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
sandbox="allow-same-origin allow-scripts allow-popups allow-forms"

View File

@ -13,7 +13,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">
<iframe
src="https://espace.slm-lab.net/apps/files"
src={process.env.NEXT_PUBLIC_IFRAME_DRIVE_URL}
className="w-full h-full border-none"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
sandbox="allow-same-origin allow-scripts allow-popups allow-forms"

View File

@ -13,7 +13,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">
<iframe
src="https://espace.slm-lab.net/apps/mail"
src={process.env.NEXT_PUBLIC_IFRAME_MAIL_URL}
className="w-full h-full border-none"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
sandbox="allow-same-origin allow-scripts allow-popups allow-forms"