Skip to content

Commit

Permalink
Rename alternative page
Browse files Browse the repository at this point in the history
  • Loading branch information
timgl committed Jan 19, 2022
1 parent 94b133b commit a91ca6f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.js
Expand Up @@ -42,7 +42,7 @@ module.exports = {
isEnabledDevMode: true,
initOptions: {
_capture_metrics: true,
persistence: "localStorage+cookie",
persistence: "memory",
},
},
},
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/pages/index.js
Expand Up @@ -64,7 +64,7 @@ const Body = () => {
<Link
rel="noopener noreferrer"
target="_blank"
to="/google-analytics-alternatives"
to="/alternatives"
className="inline-flex justify-between space-x-1 items-center text-[14px] text-white font-bold p-[10px] rounded border border-white border-opacity-50 hover:border-opacity-75 w-full sm:w-auto"
>
<span>See Google Analytics alternatives</span>
Expand Down

0 comments on commit a91ca6f

Please sign in to comment.