diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index 396c77d..0000000 --- a/.vscode/tasks.json +++ /dev/null @@ -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": [] - } - ] -} diff --git a/Caddyfile b/Caddyfile index 4b21610..5ae4fcc 100644 --- a/Caddyfile +++ b/Caddyfile @@ -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} }