Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compressed JPG images instead of big PNGs #439

Merged
merged 1 commit into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/website/src/app/build/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default function Build() {
</VStack>
</Flex>
<Image
src="https://semaphore.cedoor.dev/flower-shadow.png"
src="https://semaphore.cedoor.dev/flower-shadow.jpg"
width={727}
height={630}
style={{ maxHeight: "630px" }}
Expand Down
2 changes: 1 addition & 1 deletion apps/website/src/app/learn/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ await verifyProof(verificationKey, fullProof)`,
<Box zIndex="-1" left="50%" transform="translateX(-50%)" w="100vw" h="100%" pos="absolute">
<Image
alt="Guy shadow image"
src="https://semaphore.cedoor.dev/guy-shadow-horizontal.png"
src="https://semaphore.cedoor.dev/guy-shadow-horizontal.jpg"
quality="100"
sizes="100vw"
fill
Expand Down
4 changes: 2 additions & 2 deletions apps/website/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function Home() {
<Box zIndex="-1" left="50%" transform="translateX(-50%)" w="100vw" h="100%" pos="absolute">
<Image
alt="Midnight whispers image"
src="https://semaphore.cedoor.dev/midnight-whispers.png"
src="https://semaphore.cedoor.dev/midnight-whispers.jpg"
quality="100"
sizes="100vw"
fill
Expand Down Expand Up @@ -184,7 +184,7 @@ export default function Home() {
<Box zIndex="-1" left="50%" transform="translateX(-50%)" w="100vw" h="100%" pos="absolute">
<Image
alt="Fluttering shadow image"
src="https://semaphore.cedoor.dev/shadow-flutter.png"
src="https://semaphore.cedoor.dev/shadow-flutter.jpg"
quality="100"
sizes="100vw"
fill
Expand Down
2 changes: 1 addition & 1 deletion apps/website/src/app/projects/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function Projects() {
<Box zIndex="-1" left="50%" transform="translateX(-50%)" w="100vw" h="100%" pos="absolute">
<Image
alt="Blue texture image"
src="https://semaphore.cedoor.dev/blue-texture.png"
src="https://semaphore.cedoor.dev/blue-texture.jpg"
quality="100"
sizes="100vw"
fill
Expand Down
Loading