Skip to content

Commit a8e4ea6

Browse files
committed
Revert "ensure network traffic if possible"
This reverts commit ff7d9e0.
1 parent 50d4595 commit a8e4ea6

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

public/images/px.png

-142 Bytes
Binary file not shown.

src/App.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import MainMap from './components/MainMap.vue';
55
import Sidebar from './components/Sidebar.vue';
66
import { useLoadedDimensionStore } from './stores/useLoadedDimensionStore';
77
import { useUiStore } from './stores/useUiStore';
8+
import Popup from './components/Popup.vue';
9+
import ModrinthMenu from './components/modrinth/ModrinthMenu.vue';
810
911
const loaded = ref(false)
1012
@@ -28,7 +30,6 @@ onBeforeMount(async () => {
2830
</div>
2931
<div class="layout loading" v-else>
3032
<p>Loading...</p>
31-
<img :src="`/images/px.png?t=${Date.now()}`" alt="" width="1" height="1" style="display:none" />
3233
</div>
3334
</template>
3435

vite.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ export default defineConfig({
1717
workbox: {
1818
globPatterns: ['**/*.{js,css,html,svg,png,txt,webp}'],
1919
maximumFileSizeToCacheInBytes: 2e+9, // 2 GB
20-
globIgnores: [
21-
'images/px.png'
22-
],
2320
runtimeCaching: [
2421
// vanilla datapacks
2522
{

0 commit comments

Comments
 (0)