From 33193d782d57269113f255bbf042c0b6bbaf64c1 Mon Sep 17 00:00:00 2001 From: HugoRCD Date: Mon, 19 May 2025 11:30:40 +0200 Subject: [PATCH] up --- src/defaults.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/defaults.ts b/src/defaults.ts index 872e7d51..6ead181e 100644 --- a/src/defaults.ts +++ b/src/defaults.ts @@ -14,7 +14,7 @@ export const getDefaultUiConfig = (colors?: string[]) => ({ }, [...(colors || []), 'neutral' as any]), icons, csp: { - nonce: false + nonce: '' } }) @@ -27,7 +27,7 @@ export const defaultOptions = { transitions: true }, csp: { - nonce: false + nonce: '' } }