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: '' } }