diff --git a/ts/next.js/index.tsx b/ts/next.js/index.tsx index 016368a13f..589d7e8357 100644 --- a/ts/next.js/index.tsx +++ b/ts/next.js/index.tsx @@ -9,6 +9,14 @@ export function HeaderTags() { content="default-src 'self'" httpEquiv="Content-Security-Policy" /> + { + process?.env?.NODE_ENV === "development" + ? + : null + + } ); }