Skip to content

Commit

Permalink
done(analytics): fixed analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
r1 committed Mar 23, 2021
1 parent 0078a7f commit bf2be13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
env: {
GA_ENV: process.env.REACT_APP_GA_ENV,
REACT_APP_GA_ENV: process.env.REACT_APP_GA_ENV,
},

webpack: (config, { isServer }) => {
Expand Down
1 change: 0 additions & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export default function Home() {
return (
<div>
<Head>
<title>cssbuttons - Over 50 HTML & CSS Buttons</title>
<link rel="icon" type="image/png" href="/logo.png" />
<link
rel="icon"
Expand Down

1 comment on commit bf2be13

@vercel
Copy link

@vercel vercel bot commented on bf2be13 Mar 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.