silver-fang-mini-game/vite.config.js
2024-10-27 19:54:14 +02:00

10 lines
251 B
JavaScript

export default {
// Define `base` because this deploys to user.github.io/repo-name/
base: './',
build: {
// Do not inline images and assets to avoid the phaser error
// "Local data URIs are not supported"
assetsInlineLimit: 0
},
}