Skip to content

Commit

Permalink
Merge pull request #856 from CodeForAfrica/hotfix/civisignalblog_anal…
Browse files Browse the repository at this point in the history
…ytics

[Hotfix] @/civisignalblog analytics
  • Loading branch information
kilemensi authored Aug 22, 2024
2 parents 5b449f4 + c861cd6 commit ba79ef0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/civicsignalblog/contrib/dokku/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM codeforafrica/codeforafrica-ui:0.1.11
FROM codeforafrica/codeforafrica-ui:0.1.12
2 changes: 1 addition & 1 deletion apps/civicsignalblog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "civicsignalblog",
"version": "0.1.11",
"version": "0.1.12",
"private": true,
"author": "Code for Africa <tech@codeforafrica.org>",
"description": "This is the (temporary) CivicSignal blog",
Expand Down
2 changes: 2 additions & 0 deletions apps/civicsignalblog/src/lib/data/common/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,13 @@ export async function getPageProps(api, context) {
}
const blocks = await blockify(page?.blocks, api, context);
const siteSettings = await api.findGlobal("settings-site");
const { analytics } = siteSettings;
const navbar = getNavBar(siteSettings);
const footer = getFooter(siteSettings);

const seo = getPageSeoFromMeta(page, siteSettings);
return {
analytics,
blocks,
footer,
navbar,
Expand Down

0 comments on commit ba79ef0

Please sign in to comment.