From 71d6562d2a30f68d5793cc06d0251964d5130db5 Mon Sep 17 00:00:00 2001 From: Ilya Artamonov Date: Wed, 23 Nov 2022 16:06:36 +0300 Subject: [PATCH] chore: Added a config for heroku --- static.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 static.json diff --git a/static.json b/static.json new file mode 100644 index 0000000..1e720c0 --- /dev/null +++ b/static.json @@ -0,0 +1,3 @@ +{ + "root": "docs/.vitepress/dist" +}