Improve build process and remove WebP support
This commit is contained in:
parent
3649a033b0
commit
4f47bb639a
21 changed files with 31 additions and 102 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import { Image } from '../../page/basics/image/image.html';
|
||||
import { TimelineElementParameters } from '../../page/timeline/timeline-element/timeline-element-parameters';
|
||||
import myNotesJpeg from '../media/my-notes.png?format=jpg';
|
||||
import myNotesWebP from '../media/my-notes.png?format=webp';
|
||||
import { GitHub } from '../shared';
|
||||
|
||||
|
|
@ -9,7 +8,6 @@ export const myNotesTimelineElement: TimelineElementParameters = {
|
|||
date: `2019 November`,
|
||||
figure: Image({
|
||||
imageWebP: myNotesWebP,
|
||||
imageJpeg: myNotesJpeg,
|
||||
alt: `two screenshots of the application`,
|
||||
container: true,
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue