From 23e5a4393f0ad5ed99de6b3d8e2684cf78181fb2 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sun, 2 Feb 2025 23:05:52 -0600 Subject: [PATCH] Temporarily enable sql debugging --- src/site/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/config.ts b/src/site/config.ts index 4be0edc7..aa61b86d 100644 --- a/src/site/config.ts +++ b/src/site/config.ts @@ -4,7 +4,7 @@ import { makeUrlAbsolute, shortenUrl } from '@/utility/url'; // HARD-CODED GLOBAL CONFIGURATION export const SHOULD_PREFETCH_ALL_LINKS: boolean | undefined = undefined; -export const SHOULD_DEBUG_SQL = false; +export const SHOULD_DEBUG_SQL = true; // META / SOURCE / DOMAINS export const SITE_TITLE =