- Add git-commit.js script and README instructions - Add .env.example for OpenRouter API key - Update .gitignore to ignore utils/.env - Add commit command to package.json scripts - Delete obsolete placeholder images (avif/jpeg) - Switch BaseHead.astro and Hero.astro to use avif images - Update imports to reflect new image formats
5 lines
121 B
Plaintext
5 lines
121 B
Plaintext
# OpenRouter API Configuration
|
|
# Get your API key from: https://openrouter.ai/keys
|
|
|
|
OPENROUTER_API_KEY=your_api_key_here
|