From e4d6bac07c5f51590346f5d5e74168ab7335510c Mon Sep 17 00:00:00 2001 From: David Sterry Date: Wed, 10 Nov 2021 15:39:25 -0800 Subject: [PATCH] change default install location to / --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index c096906..d36c7b8 100644 --- a/manifest.json +++ b/manifest.json @@ -33,8 +33,8 @@ { "name": "path", "type": "path", - "example": "/example", - "default": "/example" + "example": "/", + "default": "/" }, { "name": "admin",