Skip to content

Commit

Permalink
import env.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ginokok1996 committed Nov 11, 2021
1 parent f93ccb7 commit 7961bee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pwa/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
PersonOutline, RecordVoiceOver
} from "@mui/icons-material";
import {useEffect} from "react";
import {Helmet} from "react-helmet";

// styles
const headingStyles = {
Expand All @@ -34,6 +35,9 @@ const IndexPage = () => {

return (
<Layout>
<Helmet>
<script src="/env.js" />
</Helmet>
<main>
<title>Demodam</title>
<div style={{textAlign: 'center'}}>
Expand Down

0 comments on commit 7961bee

Please sign in to comment.