Skip to content

Commit

Permalink
[4.x] Update vite.config.js to allow deploying statamic with url pref…
Browse files Browse the repository at this point in the history
…ix (#8984)
  • Loading branch information
singer-d authored Jan 18, 2024
1 parent 9430dd9 commit 71185c4
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 @@ -8,7 +8,7 @@ export default defineConfig(({ mode }) => {
const env = loadEnv(mode, process.cwd(), '');

return {
base: '/vendor/statamic/cp/build',
base: './',
plugins: [
laravel({
valetTls: env.VALET_TLS,
Expand Down

0 comments on commit 71185c4

Please sign in to comment.