mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-02-19 00:36:59 +08:00
added ads.txt
modified config to add adtest page
This commit is contained in:
parent
5bbb6a62a4
commit
b3064c2700
3 changed files with 1147 additions and 0 deletions
|
|
@ -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
|
|
@ -12,6 +12,7 @@ const htmlWebpackPlugins = [
|
|||
"privacy-policy",
|
||||
"email-handler",
|
||||
"das",
|
||||
"adtest",
|
||||
].map((name) => {
|
||||
return new HtmlWebpackPlugin({
|
||||
filename: `${name}.html`,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue