chore: remove env variable and bump version

This commit is contained in:
2024-12-07 07:22:32 +01:00
parent c386045b28
commit 0ac5122e32
2 changed files with 2 additions and 4 deletions

View File

@@ -1,9 +1,7 @@
# Created by Vercel CLI
ADMIN_EMAIL="" ADMIN_EMAIL=""
CRON_SECRET="" CRON_SECRET=""
HOME_URL="" HOME_URL=""
MAINTENANCE_MODE="" MAINTENANCE_MODE=""
GOOGLE_ANALYTICS=""
NEWS_LIMIT="" NEWS_LIMIT=""
NEXT_PUBLIC_BRAND_COUNTRY="" NEXT_PUBLIC_BRAND_COUNTRY=""
NEXT_PUBLIC_BRAND_EMAIL="" NEXT_PUBLIC_BRAND_EMAIL=""

View File

@@ -1,6 +1,6 @@
{ {
"name": "nextjs-hackernews", "name": "hackernews-newsletter",
"version": "0.5.0", "version": "1.0.0",
"description": "Newsletter with the top stories from the Hacker News forum", "description": "Newsletter with the top stories from the Hacker News forum",
"author": "riccardo@frompixels.com", "author": "riccardo@frompixels.com",
"scripts": { "scripts": {