diff --git a/.gitignore b/.gitignore index 7707366..0905cfd 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ next-env.d.ts # AI CLAUDE.md +.cursor # Personal files gptPrompt.md diff --git a/apps/lab/docusaurus.config.js b/apps/lab/docusaurus.config.js index a27d3d6..a3b4221 100644 --- a/apps/lab/docusaurus.config.js +++ b/apps/lab/docusaurus.config.js @@ -58,6 +58,11 @@ const config = { themeConfig: { image: 'img/lab-social-card.jpg', + colorMode: { + defaultMode: 'dark', + disableSwitch: false, + respectPrefersColorScheme: true, + }, navbar: { title: 'Lab', logo: { diff --git a/apps/portfolio/app/[locale]/layout.tsx b/apps/portfolio/app/[locale]/layout.tsx index d070f8c..f567edc 100644 --- a/apps/portfolio/app/[locale]/layout.tsx +++ b/apps/portfolio/app/[locale]/layout.tsx @@ -144,7 +144,7 @@ export default async function LocaleLayout({ -
{children}
+
{children}