parent
8d02a2dc50
commit
86ef0bfedc
2 changed files with 8 additions and 0 deletions
|
@ -5,5 +5,6 @@ module.exports = function(eleventyConfig) {
|
||||||
return new CleanCSS({}).minify(code).styles.trim();
|
return new CleanCSS({}).minify(code).styles.trim();
|
||||||
});
|
});
|
||||||
eleventyConfig.addPassthroughCopy("static/images");
|
eleventyConfig.addPassthroughCopy("static/images");
|
||||||
|
eleventyConfig.addPassthroughCopy("security.txt");
|
||||||
return eleventyConfig;
|
return eleventyConfig;
|
||||||
};
|
};
|
||||||
|
|
7
src/security.txt
Normal file
7
src/security.txt
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
Contact: mailto:security [at] starbeamrainbowlabs DOT_HERE com
|
||||||
|
Contact: https://keybase.io/sbrl
|
||||||
|
Contact: https://twitter.com/sbrlabs
|
||||||
|
Expires: 2100-01-01T14:42:00.000Z
|
||||||
|
Encryption: https://starbeamrainbowlabs.com/sbrl.asc
|
||||||
|
Preferred-Languages: en
|
||||||
|
Canonical: https://starbeamrainbowlabs.com/.well-known/security.txt
|
Loading…
Reference in a new issue