Minor frontend improvements and license updates

This commit is contained in:
Yeicor
2025-07-19 10:17:52 +02:00
parent 7f00a3a4ee
commit 41662944d6
6 changed files with 76 additions and 67 deletions

View File

@@ -28,7 +28,7 @@ export default defineConfig({
build: {
assetsDir: '.', // Support deploying to a subdirectory using relative URLs
cssCodeSplit: false, // Small enough to inline
chunkSizeWarningLimit: 550, // Three.js is big. Draco is even bigger but not likely to be used.
chunkSizeWarningLimit: 1024, // Three.js is big. Draco is even bigger but not likely to be used.
sourcemap: true, // For debugging production
},
define: {