Skip to content

Commit

Permalink
Add refs too
Browse files Browse the repository at this point in the history
  • Loading branch information
samnixon87 committed Sep 20, 2024
1 parent 7f25d33 commit 2864838
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,12 @@ const DISLALLOW_LIST = [

// UTM tags shouldn't be indexed
'/*?*utm_campaign=',
'/*?*utm_source=',
'/*?*utm_medium=',
'/*?*utm_content=',
'/*?*utm_source=',

// refs shouldn't be indexed
'/*?*ref=',
];

// Only environment variables prefixed with GATSBY_ are available in the runtime. Here we turn
Expand Down

0 comments on commit 2864838

Please sign in to comment.