1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-18 16:05:33 -04:00

move documentation of environment variables into lib/env.ts

This commit is contained in:
2025-04-09 14:48:40 -04:00
parent eb92e54fd6
commit cf6c2157f8
11 changed files with 226 additions and 169 deletions

View File

@@ -7,7 +7,7 @@ import type { ComponentPropsWithoutRef } from "react";
import styles from "./Header.module.css";
import avatarImg from "../../app/avatar.jpg";
import avatarImg from "../../app/selfie.jpg";
export type HeaderProps = ComponentPropsWithoutRef<"header">;