mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
change server port to localhost 1970
+ change img server to localhost 1971 + add loading = lazy to images
This commit is contained in:
@@ -7,8 +7,9 @@
|
||||
</div>
|
||||
<img
|
||||
src="../assets/images/folder.webp"
|
||||
alt="folder page banner"
|
||||
alt=""
|
||||
class="rounded"
|
||||
loading="lazy"
|
||||
/>
|
||||
</div>
|
||||
<FolderList :folders="FStore.dirs" v-if="FStore.dirs.length" />
|
||||
|
||||
Reference in New Issue
Block a user