Update UI elements and enhance security measures

Changes are introduced primarily to the site header buttons and styles, as well as some content corrections. Also, the SUPABASE_SERVICE_ROLE_KEY environment variable is now sanitized before use to prevent potential security vulnerabilities. The function 'taintUniqueValue' from React is used to ensure this process. These changes align with good practices for both UI/UX and security.
This commit is contained in:
giancarlo
2024-04-15 23:38:54 +08:00
parent c2bc9c5ed2
commit 761c5d6080
5 changed files with 29 additions and 12 deletions

View File

@@ -32,6 +32,7 @@ const config = {
},
experimental: {
mdxRs: true,
taint: true,
instrumentationHook: true,
optimizePackageImports: [
'recharts',