Skip to content

Commit

Permalink
feat: bypass adblockers by using sa. DNS
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Heilemann committed Apr 6, 2020
1 parent ca8078c commit 87c8442
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/*
12
8 changes: 7 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@ module.exports = {
stripQueryString: true,
},
},
'gatsby-plugin-simple-analytics',
{
resolve: `gatsby-plugin-simple-analytics`,
options: {
domain: 'sa.marvin.digital',
trackPageViews: true,
},
},
{
resolve: `gatsby-plugin-sass`,
options: {
Expand Down

0 comments on commit 87c8442

Please sign in to comment.