Skip to content

Commit

Permalink
Update vite.config.js
Browse files Browse the repository at this point in the history
vite.config.js update the base path
  • Loading branch information
DiegoAndresRamirez authored Nov 3, 2024
1 parent 1046c48 commit 0145de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ export default defineConfig({
}),
],

base: (process.env.APP_URL ? process.env.APP_URL + '/build/' : '/'), // Asegura que las URLs usen HTTPS en producción
base: /build/, // Asegura que las URLs usen HTTPS en producción
//https://url-base/build/assets/...
});

0 comments on commit 0145de0

Please sign in to comment.