Skip to content

Commit

Permalink
Update assets dir
Browse files Browse the repository at this point in the history
  • Loading branch information
sebstryczek committed Jul 21, 2023
1 parent e1e85b4 commit 9b4e9d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/app/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export default defineConfig(({ command, mode, ssrBuild }) => {
host: true,
port: 3001,
},
build: {
assetsDir: "./assets",
},
base: isStaging ? "/web__demo__web-ifc-three/" : "/",
};
});

0 comments on commit 9b4e9d4

Please sign in to comment.