Change color of map, change size of map on mobile, add favicon

This commit is contained in:
2024-03-27 21:16:00 +01:00
parent f493d644a5
commit 19c096bcf6
12 changed files with 704 additions and 708 deletions

View File

@@ -16,6 +16,9 @@ export default defineConfig({
},
}),
],
build: {
assetsInlineLimit: 0
},
resolve: {
dedupe: ["vue"],
}