Skip to content

Commit

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

0 comments on commit df2f020

Please sign in to comment.