feat(site): /projects consolidation, homelab copy pass, theme fix #6

Merged
lerko merged 5 commits from docs/homelab-security-copy into dev 2026-04-27 06:18:25 +00:00
Showing only changes of commit 22660bed7a - Show all commits

View File

@@ -24,7 +24,7 @@ export default function RootLayout({
children: React.ReactNode; children: React.ReactNode;
}) { }) {
return ( return (
<html lang="en" className="dark"> <html lang="en" suppressHydrationWarning>
<head> <head>
<ThemeScript /> <ThemeScript />
</head> </head>