aboutsummaryrefslogtreecommitdiffstats
path: root/gatsby-config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'gatsby-config.ts')
-rw-r--r--gatsby-config.ts13
1 files changed, 12 insertions, 1 deletions
diff --git a/gatsby-config.ts b/gatsby-config.ts
index fc79f31..77a4608 100644
--- a/gatsby-config.ts
+++ b/gatsby-config.ts
@@ -35,7 +35,18 @@ const config: GatsbyConfig = {
options: {
path: `./data/`,
},
- },]
+ },],
+ headers: [
+ {
+ source: "/*",
+ headers: [
+ {
+ key: "Referrer-Policy",
+ value: "strict-origin-when-cross-origin",
+ }
+ ]
+ }
+ ]
};
export default config;