Minimal <head> snippet to prevent the flash of white background (FOUC) in Vite React SPAs using next-themes (chakra ui).
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>App</title>