Skip to content

Commit

Permalink
Make sure to include the images when building
Browse files Browse the repository at this point in the history
  • Loading branch information
Vuroz committed Dec 19, 2024
1 parent 716d171 commit ac98d3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ import reactJsxPlugin from "@vitejs/plugin-react";

export default defineConfig({
plugins: [reactJsxPlugin()],
assetsInclude: [
'**/*.png',
'**/*.ico'
],
server: {
port: 8080,
proxy: {
Expand Down

0 comments on commit ac98d3d

Please sign in to comment.