feat(nds): atlas versionning

This commit is contained in:
2026-02-16 16:27:36 +01:00
parent 50a1bb71b6
commit 284bec4216
2 changed files with 10 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ const isReady = computed(() => loaded.value === total.value);
if (import.meta.client) {
atlasImage = document.createElement('img');
atlasImage.src = '/nds/atlas.webp';
atlasImage.src = '/nds/atlas.webp?v={{ATLAS_HASH}}';
if (atlasImage.complete) {
loaded.value += 1;