From 562b388326ba7089a75ad6d0cd88383dbf0f419b Mon Sep 17 00:00:00 2001 From: Lipis Date: Sat, 29 Feb 2020 14:24:14 +0100 Subject: [PATCH] Use relative path for static files (#855) --- package.json | 2 +- public/index.html | 44 ++++++++++++++++++-------------------------- 2 files changed, 19 insertions(+), 27 deletions(-) diff --git a/package.json b/package.json index 58fa6a1b..6a412274 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "prettier/prettier": "warn" } }, - "homepage": "https://excalidraw.com", + "homepage": ".", "husky": { "hooks": { "pre-commit": "lint-staged" diff --git a/public/index.html b/public/index.html index 9c0e1e9c..feaca8de 100644 --- a/public/index.html +++ b/public/index.html @@ -21,7 +21,7 @@ name="description" content="Excalidraw is a whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them." /> - + @@ -32,11 +32,7 @@ property="og:description" content="Excalidraw is a whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them." /> - + @@ -52,77 +48,73 @@ name="twitter:description" content="Excalidraw is a whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them." /> - + - - + + - +