import type { NextConfig } from "next"; const nextConfig: NextConfig = { env: { GHOST_API_KEY: process.env.GHOST_API_KEY, }, }; export default nextConfig;