Archived
final cut: remaining synthesis wording (package.json, Dockerfile env)
This commit is contained in:
+1
-1
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user