Correct .png to .jpg
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 13m22s

This commit is contained in:
2025-08-11 19:20:00 +09:30
parent 98641f3ddd
commit 640d0b15b2

View File

@@ -6,8 +6,8 @@ export default {
"Nathan Cummins is an award-winning composer, orchestrator, sound designer, and conductor known for his vibrant music across video games, film, and live performance. Based in Adelaide, he brings classical craft, bold creativity, and technical innovation to every project.", "Nathan Cummins is an award-winning composer, orchestrator, sound designer, and conductor known for his vibrant music across video games, film, and live performance. Based in Adelaide, he brings classical craft, bold creativity, and technical innovation to every project.",
tagline: "Composer, Orchestrator, Conductor, Performer", tagline: "Composer, Orchestrator, Conductor, Performer",
image: { image: {
externalURL: `${import.meta.env.SITE}/nathan-cummins-composer-orchestrator-conductor.png`, externalURL: `${import.meta.env.SITE}/nathan-cummins-composer-orchestrator-conductor.jpg`,
src: "nathan-cummins-composer-orchestrator-conductor.png", src: "nathan-cummins-composer-orchestrator-conductor.jpg",
alt: "Nathan Cummins" alt: "Nathan Cummins"
} as SiteImage } as SiteImage
}; };