feat(nds): atlas versionning
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m40s
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m40s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user