feat: update movie reviews URL to embed version
All checks were successful
Build and Deploy Gabriel Kaszewski Portfolio / build-and-deploy-local (push) Successful in 1m33s

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-06-03 10:31:22 +02:00
parent 6a3d9afd4f
commit 7b2bb55a2b

View File

@@ -8,6 +8,8 @@ export const metadata: Metadata = {
const MOVIE_REVIEWS_URL =
"https://movies.gabrielkaszewski.dev/users/5d253151-0f6a-4246-9bc5-cb0b5869731b";
const MOVIE_REVIEWS_EMBED_URL =
"https://movies.gabrielkaszewski.dev/users/5d253151-0f6a-4246-9bc5-cb0b5869731b?embed=true";
const genres = ["Sci-Fi", "Drama", "Family"];
@@ -70,7 +72,7 @@ export default function MovieCornerPage() {
>
<div className="flex-1 overflow-hidden rounded-md flex flex-col">
<iframe
src={MOVIE_REVIEWS_URL}
src={MOVIE_REVIEWS_EMBED_URL}
title="Gabriel's Movie Reviews"
allow=""
loading="lazy"