Skip to content

Commit

Permalink
🔧 Set public base path
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs committed Jan 15, 2025
1 parent 0755a90 commit 2ff215a
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 @@ -4,6 +4,7 @@ import { extractWordPressDependencies, processThemeJson } from './resources/js/b
import tailwindConfig from './tailwind.config.js'

export default defineConfig({
base: '/app/themes/sage/public/build/',
plugins: [
laravel({
input: [
Expand All @@ -25,5 +26,4 @@ export default defineConfig({
disableTailwindFontSizes: false,
}),
],
base: '/app/themes/sage/public/build/',
})

0 comments on commit 2ff215a

Please sign in to comment.