added ads.txt

modified config to add adtest page
This commit is contained in:
Miodec 2022-06-28 23:06:39 +02:00
parent 5bbb6a62a4
commit b3064c2700
3 changed files with 1147 additions and 0 deletions

View file

@ -19,6 +19,10 @@
"source": "/security-policy",
"destination": "/security-policy.html"
},
{
"source": "/adtest",
"destination": "/adtest.html"
},
{
"source": "**",
"destination": "/index.html"

File diff suppressed because it is too large Load diff

View file

@ -12,6 +12,7 @@ const htmlWebpackPlugins = [
"privacy-policy",
"email-handler",
"das",
"adtest",
].map((name) => {
return new HtmlWebpackPlugin({
filename: `${name}.html`,