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
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user