perf: replace offline mode images

Co-authored-by: Isaac Saunders <contact@eartharoid.me>
This commit is contained in:
David Ralph
2021-04-15 22:39:00 +01:00
parent b2bd871a7c
commit ea1a1fba2c
36 changed files with 25 additions and 13 deletions

View File

@@ -52,7 +52,7 @@ export default class Background extends React.PureComponent {
];
this.setState({
url: `./offline-images/${randomImage}.jpg`,
url: `./offline-images/${randomImage}.webp`,
photoInfo: {
credit: photographer
}