final cut: remaining synthesis wording (package.json, Dockerfile env)

This commit is contained in:
2026-08-15 22:52:24 -04:00
parent 478ff07bc5
commit d1bf2962ff
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ RUN npx prisma generate \
&& cp /app/fresh.db prisma/fresh.db \
&& NEXT_PUBLIC_SITE_URL="https://news.krisforbes.ca" \
NEXT_PUBLIC_SITE_NAME="MapleBrief" \
NEXT_PUBLIC_SITE_DESCRIPTION="Synthesized Canadian news briefings" \
NEXT_PUBLIC_SITE_DESCRIPTION="Canadian news briefings" \
NEXT_PUBLIC_ADSENSE_CLIENT_ID="${NEXT_PUBLIC_ADSENSE_CLIENT_ID}" \
NEXT_PUBLIC_SHOW_SIDEBAR_ADS="false" \
npm run build \
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "maple-brief-aggregator",
"version": "1.0.0",
"private": true,
"description": "Automated Canadian news aggregator with LLM content synthesis and Google AdSense integration.",
"description": "Automated Canadian news aggregator with AI-assisted content synthesis and Google AdSense integration.",
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",