Skip to content

Commit

Permalink
fix: remove process.env define (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Aug 14, 2023
1 parent 06c4727 commit d431bba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/graasp.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="Graasp Chatbox test entrypoint"
name="description"
content="A chat implementation for Graasp"
/>
<!-- Load Roboto font from Google fonts -->
Expand Down
3 changes: 0 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,5 @@ export default ({ mode }: { mode: string }): UserConfigExport => {
'@': resolve(__dirname, 'src'),
},
},
define: {
'process.env.REACT_APP_GRAASP_ASSETS_URL': `"${process.env.VITE_GRAASP_ASSETS_URL}"`,
},
});
};

0 comments on commit d431bba

Please sign in to comment.