Skip to content

Commit

Permalink
allow inline assets in vite
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmajor committed Jan 1, 2025
1 parent 91444ca commit 007e276
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ export default defineConfig({
tailwindcss(),
inertia('resources/js/viteSsr.ts'),
],
build: {
assetsInlineLimit: 4096,
},
resolve: {
alias: {
'ziggy-js': path.resolve(__dirname, 'vendor/tightenco/ziggy'),
Expand Down

0 comments on commit 007e276

Please sign in to comment.