// Tests nested Head metadata in a static rendering app. import { Stack } from 'expo-router'; import Head from 'expo-router/head'; export default function Layout() { return ( <> {/* Test that public env vars are exposed. */} {/* Test that server env vars can be inlined during SSG. */} ); }