import Link from "next/link"; import styles from "../styles.module.css"; import Code from "../components/Code"; export default function Index() { return (

Headers with Next.js


The links below are examples of{" "} <> custom headers {" "} added to your Next.js app.

Open next.config.js to learn more about the headers that match the links above.


); }