feat: set base path for Vite configuration

This commit is contained in:
Jaime Idolpx 2026-04-14 14:36:55 -04:00
parent bb3dd5ee57
commit c0dde2f5b1

View File

@ -17,6 +17,7 @@ function figmaAssetResolver() {
}
export default defineConfig({
base: process.env.BASE_PATH || '/config/',
plugins: [
figmaAssetResolver(),
// The React and Tailwind plugins are both required for Make, even if