Skip to content

Commit

Permalink
fix: missing css in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Nov 4, 2024
1 parent 1e75c61 commit 447c1dd
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 @@ -118,6 +118,10 @@ export default defineConfig({
dest: './assets/js/',
rename: 'formeo.min.js',
},
{
src: resolve('dist/formeo.min.css'),
dest: './assets/css/',
},
],
}),
],
Expand Down

0 comments on commit 447c1dd

Please sign in to comment.