Correct .png to .jpg
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 13m22s
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 13m22s
This commit is contained in:
@@ -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.",
|
||||
tagline: "Composer, Orchestrator, Conductor, Performer",
|
||||
image: {
|
||||
externalURL: `${import.meta.env.SITE}/nathan-cummins-composer-orchestrator-conductor.png`,
|
||||
src: "nathan-cummins-composer-orchestrator-conductor.png",
|
||||
externalURL: `${import.meta.env.SITE}/nathan-cummins-composer-orchestrator-conductor.jpg`,
|
||||
src: "nathan-cummins-composer-orchestrator-conductor.jpg",
|
||||
alt: "Nathan Cummins"
|
||||
} as SiteImage
|
||||
};
|
||||
|
Reference in New Issue
Block a user