From fe70b386875496a73c0d3cc334a47b0e18aade66 Mon Sep 17 00:00:00 2001 From: Florian Schwarzmeier Date: Thu, 30 Jan 2025 15:21:36 +0100 Subject: [PATCH] Reverts keystatic config commit Signed-off-by: Florian Schwarzmeier --- keystatic.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystatic.config.ts b/keystatic.config.ts index 47136a9..46e65e8 100644 --- a/keystatic.config.ts +++ b/keystatic.config.ts @@ -3,7 +3,7 @@ import { fields, collection } from '@keystatic/core'; const keystaticConfig: Config = { storage: { - kind: 'local', + kind: 'github', repo: { owner: 'spryker-community', name: 'commercequest-website',