From 63669faa4228e7add47ae2782ca8e84f66c0abdc Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Thu, 21 Jan 2021 15:56:10 +0000 Subject: [PATCH] --- .vscode/tasks.json | 16 ---------------- Caddyfile | 3 +-- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 .vscode/tasks.json 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} }