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 \
|
&& cp /app/fresh.db prisma/fresh.db \
|
||||||
&& NEXT_PUBLIC_SITE_URL="https://news.krisforbes.ca" \
|
&& NEXT_PUBLIC_SITE_URL="https://news.krisforbes.ca" \
|
||||||
NEXT_PUBLIC_SITE_NAME="MapleBrief" \
|
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_ADSENSE_CLIENT_ID="${NEXT_PUBLIC_ADSENSE_CLIENT_ID}" \
|
||||||
NEXT_PUBLIC_SHOW_SIDEBAR_ADS="false" \
|
NEXT_PUBLIC_SHOW_SIDEBAR_ADS="false" \
|
||||||
npm run build \
|
npm run build \
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
"name": "maple-brief-aggregator",
|
"name": "maple-brief-aggregator",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"private": true,
|
"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": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "prisma generate && next build",
|
"build": "prisma generate && next build",
|
||||||
|
|||||||
Reference in New Issue
Block a user