Skip to content

Commit

Permalink
chore: replace png images with webp files
Browse files Browse the repository at this point in the history
  • Loading branch information
katharinawuensche committed Sep 30, 2024
1 parent 4aa1a5b commit bf7e96a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/app-footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const links = computed(() => {
href: { path: "https://www.tirol.gv.at/" },
label: "Tiroler Landesarchiv",
image: {
light: "/assets/images/Landeslogo_4c_01.png",
dark: "/assets/images/Landeslogo_4c_01.png",
light: "/assets/images/Landeslogo_4c_01.webp",
dark: "/assets/images/Landeslogo_4c_01.webp",
},
},
acdh: {
Expand All @@ -34,7 +34,7 @@ const links = computed(() => {
label: "Österreichische Akademie der Wissenschaften",
image: {
light: "/assets/images/logo-oeaw.svg",
dark: "/assets/images/logo-oeaw-dark.png",
dark: "/assets/images/logo-oeaw-dark.webp",
},
},
goDigital: {
Expand Down
Binary file removed public/assets/images/Landeslogo_4c_01.png
Binary file not shown.
Binary file added public/assets/images/Landeslogo_4c_01.webp
Binary file not shown.
Binary file removed public/assets/images/logo-oeaw-dark.png
Binary file not shown.
Binary file added public/assets/images/logo-oeaw-dark.webp
Binary file not shown.

0 comments on commit bf7e96a

Please sign in to comment.