feat: compress some images
This commit is contained in:
BIN
src/content/photos/point-de-lisle/images/PointDeLIsle_small.jpg
(Stored with Git LFS)
Normal file
BIN
src/content/photos/point-de-lisle/images/PointDeLIsle_small.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,12 +1,14 @@
|
||||
---
|
||||
title: "Point de l'Isle"
|
||||
date: 2017-03-29
|
||||
cover: ./images/PointDeLIsle.jpg
|
||||
cover: ./images/PointDeLIsle_small.jpg
|
||||
---
|
||||
|
||||
|
||||
import ImageGallery from "@components/ImageGallery.svelte";
|
||||
import Image from "@components/Image.astro";
|
||||
import PointDeLIsle from "./images/PointDeLIsle.jpg";
|
||||
import PointDeLIsle from "./images/PointDeLIsle_small.jpg";
|
||||
|
||||
<ImageGallery client:load/>
|
||||
|
||||
<Image src={PointDeLIsle} alt=""/>
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
---
|
||||
title: "Point de l'Isle"
|
||||
date: 2017-03-29
|
||||
cover: ./images/PointDeLIsle.jpg
|
||||
cover: ./images/PointDeLIsle_small.jpg
|
||||
---
|
||||
|
||||
import ImageGallery from "@components/ImageGallery.svelte";
|
||||
import Image from "@components/Image.astro";
|
||||
import PointDeLIsle from "./images/PointDeLIsle.jpg";
|
||||
import PointDeLIsle from "./images/PointDeLIsle_small.jpg";
|
||||
|
||||
<ImageGallery client:load/>
|
||||
|
||||
|
Reference in New Issue
Block a user