ci: adding intercom app id

This commit is contained in:
Chubby Granny Chaser 2024-11-05 19:08:37 +00:00
parent 2b5e76ffdd
commit 6da1832799
No known key found for this signature in database
3 changed files with 5 additions and 1 deletions

View file

@ -37,7 +37,7 @@ export interface AppProps {
}
Intercom({
app_id: "pq96v8fh",
app_id: import.meta.env.RENDERER_VITE_INTERCOM_APP_ID,
});
export function App() {