Skip to content

Commit 337c283

Browse files
Merge pull request #51 from Saifullah-dev/feature/list-layout
Fixed App Icon being added to build
2 parents 03d8bb6 + 5b4ddfa commit 337c283

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/vite.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import react from "@vitejs/plugin-react-swc";
33

44
// https://vitejs.dev/config/
55
export default defineConfig({
6+
publicDir: false,
67
plugins: [react()],
78
build: {
89
lib: {

0 commit comments

Comments
 (0)