Compare commits

..

No commits in common. "04835eecd8f1c30b16602906864d6c45dd4508ff" and "75f038488be9487c9517982f07dbb2eed246d90e" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View file

@ -144,7 +144,7 @@
" "
> >
{#if image.includes('/video/')} {#if image.includes('/video/')}
<video src={image} width="1400" height="840" autoplay playsinline muted loop></video> <video src={image} width="1400" height="840" autoplay muted loop></video>
{:else} {:else}
<CldImage <CldImage
src={image} src={image}

View file

@ -17,9 +17,9 @@ export async function load() {
title: 'Work References', title: 'Work References',
description: 'A few of the projects I have worked on', description: 'A few of the projects I have worked on',
theme: { theme: {
bg: '#2050FF', bg: '#E95E33',
text: '#FFD8D8', text: '#FFFFFF',
highlight: '#220032', highlight: '#01132D',
} }
} }
} catch (error) { } catch (error) {