From 9ed5274b9292cea0f087c66e8ab6e028850fedaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristan=20Dani=C3=ABl=20Maat?= Date: Sat, 30 May 2020 20:37:42 +0100 Subject: [PATCH] Don't set the public url This only caused all links to go to https://tlater.net. I'd rather have relative links. --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 2c0f846..a0cdbea 100644 --- a/package.json +++ b/package.json @@ -44,8 +44,7 @@ "not dead" ] }, - "distDir": "dist", - "publicUrl": "https://tlater.net" + "distDir": "dist" } } }