From 808b8e57f43c78480f21f28e3dc1828120bcce5d Mon Sep 17 00:00:00 2001 From: Bobby Abellana Date: Wed, 19 Feb 2025 15:41:18 -0800 Subject: [PATCH] chore: Update config.json with empty library paths and trailing slash in SiteUrl --- config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index 88fcaca..8ff7682 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { - "TempLibrary": "Documents/Temp", - "SiteUrl": "https://sutterhill.sharepoint.com/sites/tax", - "ProductionLibrary": "Documents" + "SiteUrl": "https://sutterhill.sharepoint.com/sites/tax/", + "ProductionLibrary": "", + "TempLibrary": "" }