This commit is contained in:
Leandro Facchinetti 2021-01-21 15:56:10 +00:00
parent ff1101adb7
commit 63669faa42
2 changed files with 1 additions and 18 deletions

16
.vscode/tasks.json vendored
View File

@ -1,16 +0,0 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "develop",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": []
}
]
}

View File

@ -2,7 +2,6 @@ kill-the-newsletter.com {
reverse_proxy localhost:8000
}
www.kill-the-newsletter.com {
redir https://kill-the-newsletter.com{uri} permanent
redir https://kill-the-newsletter.com{uri}
}