Skip to content

Commit

Permalink
🎨 updates before release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Graf committed Feb 14, 2024
1 parent 3ac498a commit 0f573e9
Show file tree
Hide file tree
Showing 14 changed files with 150 additions and 115 deletions.
6 changes: 3 additions & 3 deletions public/sw.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const version = '20240212';
const version = '20240214';
const staticCacheName = version + 'static';
const pagesCacheName = 'pages';
const imagesCacheName = 'images';
Expand All @@ -10,7 +10,7 @@ const timeout = 5000; // Number of milliseconds before timing out

const cacheList = [staticCacheName, pagesCacheName, imagesCacheName];

function updateStaticCache() {
async function updateStaticCache() {
return caches.open(staticCacheName).then((staticCache) => {
return staticCache.addAll([
'/fonts/HelveticaNowDisplay-Bold.woff',
Expand Down Expand Up @@ -43,7 +43,7 @@ function cacheClients() {
}

// Remove caches whose name is no longer valid
function clearOldCaches() {
async function clearOldCaches() {
return caches.keys().then((keys) => {
return Promise.all(
keys
Expand Down
Binary file added src/assets/images/jury/antoine-karpat-hover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/jury/antoine-karpat.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions src/assets/svgs/sponsors/lsa.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0f573e9

Please sign in to comment.