@@ -1,22 +1,3 @@
module.exports = {
reactStrictMode: true,
- headers: [
- {
- "source": "/(.*)",
- "headers" : [
- "key" : "X-Content-Type-Options",
- "value" : "nosniff"
- },
- "key" : "X-Frame-Options",
- "value" : "DENY"
- "key" : "X-XSS-Protection",
- "value" : "1; mode=block"
- }
- ]
-}
+};
@@ -0,0 +1,24 @@
+{
+ "github": {
+ "silent": true
+ },
+ "headers": [
+ {
+ "source": "/(.*)",
+ "headers" : [
+ "key" : "X-Content-Type-Options",
+ "value" : "nosniff"
+ "key" : "X-Frame-Options",
+ "value" : "DENY"
+ "key" : "X-XSS-Protection",
+ "value" : "1; mode=block"
+ }
+ ]
+}